提交 477d7eaf 编写于 作者: W Wang Sheng-Hui 提交者: Josef Bacik

Btrfs: fix the comment for find_first_extent_bit

The return value of find_first_extent_bit is 1 or 0, no < 0.
And if found something, return 0; if nothing was found, return 1.
Fix the comment.
Signed-off-by: NWang Sheng-Hui <shhuiw@gmail.com>
上级 39bab87b
...@@ -1293,7 +1293,7 @@ struct extent_state *find_first_extent_bit_state(struct extent_io_tree *tree, ...@@ -1293,7 +1293,7 @@ struct extent_state *find_first_extent_bit_state(struct extent_io_tree *tree,
* returned if we find something, and *start_ret and *end_ret are * returned if we find something, and *start_ret and *end_ret are
* set to reflect the state struct that was found. * set to reflect the state struct that was found.
* *
* If nothing was found, 1 is returned, < 0 on error * If nothing was found, 1 is returned. If found something, return 0.
*/ */
int find_first_extent_bit(struct extent_io_tree *tree, u64 start, int find_first_extent_bit(struct extent_io_tree *tree, u64 start,
u64 *start_ret, u64 *end_ret, int bits) u64 *start_ret, u64 *end_ret, int bits)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册