Commit 10983f2e authored by Liu Bo's avatar Liu Bo Committed by Jiri Kosina

Btrfs: fix typo in convert_extent_bit

It should be convert_extent_bit.
Signed-off-by: default avatarLiu Bo <liubo2009@cn.fujitsu.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 39012f68
...@@ -933,7 +933,8 @@ int set_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, int bits, ...@@ -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 * @tree: the io tree to search
* @start: the start offset in bytes * @start: the start offset in bytes
* @end: the end offset in bytes (inclusive) * @end: the end offset in bytes (inclusive)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment