diff options
author | Nikolay Borisov | 2021-01-22 11:57:57 +0200 |
---|---|---|
committer | David Sterba | 2021-02-08 22:58:53 +0100 |
commit | 92419695478b6a75ca85e9f8e06b08a4a35bfb20 (patch) | |
tree | f02e010694d0a6e8a0325b0b02184ab7a5daa6e8 /fs | |
parent | f092cf3cfd0144bdaf6110176ea9d2cef1f3b4a8 (diff) |
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: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/btrfs/discard.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fs/btrfs/discard.c b/fs/btrfs/discard.c index 2b8383d41144..306ff20af70f 100644 --- a/fs/btrfs/discard.c +++ b/fs/btrfs/discard.c @@ -185,10 +185,12 @@ static struct btrfs_block_group *find_next_block_group( } /** - * peek_discard_list - wrap find_next_block_group() - * @discard_ctl: discard control + * Wrap find_next_block_group() + * + * @discard_ctl: discard control * @discard_state: the discard_state 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. * discard_state's control flow is managed here. Variables related to |