linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] btrfs-progs: fix the comment for extent_io.c/clear_extent_bits
@ 2013-06-24  7:09 Wang Sheng-Hui
  0 siblings, 0 replies; only message in thread
From: Wang Sheng-Hui @ 2013-06-24  7:09 UTC (permalink / raw)
  To: Josef Bacik, chris.mason, linux-btrfs

It should be 'clear', not 'set'.

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
---
  extent_io.c |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extent_io.c b/extent_io.c
index 5093aeb..8f51250 100644
--- a/extent_io.c
+++ b/extent_io.c
@@ -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)
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-24  7:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-24  7:09 [PATCH] btrfs-progs: fix the comment for extent_io.c/clear_extent_bits Wang Sheng-Hui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).