Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 c25a89770d1f ("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>

Chuck Lever 6aa12e07 9fdd5533

+1 -1
+1 -1
fs/nfsd/filecache.c
··· 372 372 373 373 /** 374 374 * nfsd_file_put_local - put nfsd_file reference and arm nfsd_net_put in caller 375 - * @nf: nfsd_file of which to put the reference 375 + * @pnf: nfsd_file of which to put the reference 376 376 * 377 377 * First save the associated net to return to caller, then put 378 378 * the reference of the nfsd_file.