mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
NFSD: Clean up kdoc for nfsd_file_put_local()
Sparse reports that the synopsis of nfsd_file_put_local() does not
match its kdoc comment. Introduced by commit c25a89770d ("nfs_localio:
change nfsd_file_put_local() to take a pointer to __rcu pointer") .
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
This commit is contained in:
parent
9fdd5533c7
commit
6aa12e07a4
|
|
@ -372,7 +372,7 @@ nfsd_file_put(struct nfsd_file *nf)
|
|||
|
||||
/**
|
||||
* nfsd_file_put_local - put nfsd_file reference and arm nfsd_net_put in caller
|
||||
* @nf: nfsd_file of which to put the reference
|
||||
* @pnf: nfsd_file of which to put the reference
|
||||
*
|
||||
* First save the associated net to return to caller, then put
|
||||
* the reference of the nfsd_file.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user