btrfs-progs: fix the comment for extent_io.c/clear_extent_bits
It should be 'clear', not 'set'. Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com> Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
This commit is contained in:
parent
668aedeaa6
commit
97a276aebe
|
@ -197,7 +197,7 @@ static int clear_state_bit(struct extent_io_tree *tree,
|
|||
}
|
||||
|
||||
/*
|
||||
* set some bits on a range in the tree.
|
||||
* clear some bits on a range in the tree.
|
||||
*/
|
||||
int clear_extent_bits(struct extent_io_tree *tree, u64 start,
|
||||
u64 end, int bits, gfp_t mask)
|
||||
|
|
Loading…
Reference in New Issue