Commit 92419695 authored by Nikolay Borisov's avatar Nikolay Borisov Committed by David Sterba

btrfs: document now parameter of peek_discard_list

Fixes fs/btrfs/discard.c:203: warning: Function parameter or member 'now' not described in 'peek_discard_list'
Signed-off-by: default avatarNikolay Borisov <nborisov@suse.com>
Reviewed-by: default avatarDavid Sterba <dsterba@suse.com>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent f092cf3c
...@@ -185,10 +185,12 @@ static struct btrfs_block_group *find_next_block_group( ...@@ -185,10 +185,12 @@ static struct btrfs_block_group *find_next_block_group(
} }
/** /**
* peek_discard_list - wrap find_next_block_group() * Wrap find_next_block_group()
* @discard_ctl: discard control *
* @discard_ctl: discard control
* @discard_state: the discard_state of the block_group after state management * @discard_state: the discard_state of the block_group after state management
* @discard_index: the discard_index of the block_group after state management * @discard_index: the discard_index of the block_group after state management
* @now: time when discard was invoked, in ns
* *
* This wraps find_next_block_group() and sets the block_group to be in use. * This wraps find_next_block_group() and sets the block_group to be in use.
* discard_state's control flow is managed here. Variables related to * discard_state's control flow is managed here. Variables related to
......
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