Wang Sheng-Hui
2012-Aug-14 07:49 UTC
[PATCH] btrfs-progs: correct the comment for extent_io.c/clear_extent_bits
It should be "clear" instead of "set" for clear_extent_bits. Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com> --- extent_io.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/extent_io.c b/extent_io.c index ebb35b2..638ee0e 100644 --- a/extent_io.c +++ b/extent_io.c @@ -195,7 +195,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) -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html