Skip to content

Commit

Permalink
Btrfs: fix typo in convert_extent_bit
Browse files Browse the repository at this point in the history
It should be convert_extent_bit.

Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Liu Bo authored and Jiri Kosina committed Jul 12, 2012
1 parent 39012f6 commit 10983f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fs/btrfs/extent_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 10983f2

Please sign in to comment.