diff options
author | Liu Bo <liubo2009@cn.fujitsu.com> | 2012-07-11 03:26:19 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-07-12 05:27:34 -0400 |
commit | 10983f2e8dc65d118371681548809109b570b63b (patch) | |
tree | 797bf017561583b7a22920ae6922c8e1d262b54d | |
parent | 39012f68058e845b63b98fc07f37cf631dddbed3 (diff) |
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>
-rw-r--r-- | fs/btrfs/extent_io.c | 3 |
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, | |||
933 | 933 | ||
934 | 934 | ||
935 | /** | 935 | /** |
936 | * convert_extent - convert all bits in a given range from one bit to another | 936 | * convert_extent_bit - convert all bits in a given range from one bit to |
937 | * another | ||
937 | * @tree: the io tree to search | 938 | * @tree: the io tree to search |
938 | * @start: the start offset in bytes | 939 | * @start: the start offset in bytes |
939 | * @end: the end offset in bytes (inclusive) | 940 | * @end: the end offset in bytes (inclusive) |