Skip to content

Commit

Permalink
Btrfs: cleanup the comment for clear_state_bit in extent_io.c
Browse files Browse the repository at this point in the history
No 'delete' arg is used for clear_state_bit.
Cleanup the comment.

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
  • Loading branch information
Wang Sheng-Hui authored and Josef Bacik committed May 11, 2012
1 parent f775738 commit 1b303fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/btrfs/extent_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ static struct extent_state *next_state(struct extent_state *state)

/*
* utility function to clear some bits in an extent state struct.
* it will optionally wake up any one waiting on this state (wake == 1)
* it will optionally wake up any one waiting on this state (wake == 1).
*
* If no bits are set on the state struct after clearing things, the
* struct is freed and removed from the tree
Expand Down

0 comments on commit 1b303fc

Please sign in to comment.