diff options
author | ChenXiaoSong | 2021-06-07 14:28:23 +0800 |
---|---|---|
committer | J. Bruce Fields | 2021-07-06 20:14:41 -0400 |
commit | 5823e40055166cdf959a77e7b5fe75998b0b9b1f (patch) | |
tree | fc52ba20466382a5e2d0b2f6a0d80a10742c3010 /fs | |
parent | 54185267e1fe476875e649bb18e1c4254c123305 (diff) |
nfs_common: fix doc warning
Fix gcc W=1 warning:
fs/nfs_common/grace.c:91: warning: Function parameter or member 'net' not described in 'locks_in_grace'
Signed-off-by: ChenXiaoSong <chenxiaosong2@huawei.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfs_common/grace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs_common/grace.c b/fs/nfs_common/grace.c index 26f2a50eceac..edec45831585 100644 --- a/fs/nfs_common/grace.c +++ b/fs/nfs_common/grace.c @@ -82,6 +82,7 @@ __state_in_grace(struct net *net, bool open) /** * locks_in_grace + * @net: network namespace * * Lock managers call this function to determine when it is OK for them * to answer ordinary lock requests, and when they should accept only |