Commit 1b303fc0 authored by Wang Sheng-Hui's avatar Wang Sheng-Hui Committed by Josef Bacik

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: default avatarWang Sheng-Hui <shhuiw@gmail.com>
parent f775738f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment