diff options
author | Wang Sheng-Hui <shhuiw@gmail.com> | 2012-04-06 02:35:18 -0400 |
---|---|---|
committer | Josef Bacik <josef@redhat.com> | 2012-05-11 10:56:38 -0400 |
commit | 1b303fc0545b4bfbb2b8a69eec89e6f077f69b56 (patch) | |
tree | 442a84ff12f6b1ee905128c12640e32923a3296e /fs/btrfs/extent_io.c | |
parent | f775738f6fba9c7f6deaa540860d6fb7e2d28445 (diff) |
Btrfs: cleanup the comment for clear_state_bit in extent_io.c
No 'delete' arg is used for clear_state_bit.
Cleanup the comment.
Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Diffstat (limited to 'fs/btrfs/extent_io.c')
-rw-r--r-- | fs/btrfs/extent_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c index c9018a05036e..aeb98ceda51c 100644 --- a/fs/btrfs/extent_io.c +++ b/fs/btrfs/extent_io.c | |||
@@ -413,7 +413,7 @@ static struct extent_state *next_state(struct extent_state *state) | |||
413 | 413 | ||
414 | /* | 414 | /* |
415 | * utility function to clear some bits in an extent state struct. | 415 | * utility function to clear some bits in an extent state struct. |
416 | * it will optionally wake up any one waiting on this state (wake == 1) | 416 | * it will optionally wake up any one waiting on this state (wake == 1). |
417 | * | 417 | * |
418 | * If no bits are set on the state struct after clearing things, the | 418 | * If no bits are set on the state struct after clearing things, the |
419 | * struct is freed and removed from the tree | 419 | * struct is freed and removed from the tree |