summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
diff options
context:
space:
mode:
authorLiu Bo2012-07-11 09:26:19 +0200
committerJiri Kosina2012-07-12 11:27:34 +0200
commit10983f2e8dc65d118371681548809109b570b63b (patch)
tree797bf017561583b7a22920ae6922c8e1d262b54d /fs/btrfs/extent_io.c
parentvia: Remove bogus if check (diff)
downloadkernel-qcow2-linux-10983f2e8dc65d118371681548809109b570b63b.tar.gz
kernel-qcow2-linux-10983f2e8dc65d118371681548809109b570b63b.tar.xz
kernel-qcow2-linux-10983f2e8dc65d118371681548809109b570b63b.zip
Btrfs: fix typo in convert_extent_bit
It should be convert_extent_bit. Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/btrfs/extent_io.c')
-rw-r--r--fs/btrfs/extent_io.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c
index c9018a05036e..97f6703fd493 100644
--- a/fs/btrfs/extent_io.c
+++ b/fs/btrfs/extent_io.c
@@ -933,7 +933,8 @@ int set_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, int bits,
/**
- * convert_extent - convert all bits in a given range from one bit to another
+ * convert_extent_bit - convert all bits in a given range from one bit to
+ * another
* @tree: the io tree to search
* @start: the start offset in bytes
* @end: the end offset in bytes (inclusive)