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_open_local_fh()

Sparse reports that the synopsis of nfsd_open_local_fh() does not
match its kdoc comment. Introduced by commit e6f7e1487ab5
("nfs_localio: simplify interface to nfsd for getting nfsd_file").

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>

Chuck Lever 61df439a 6aa12e07

+1 -1
+1 -1
fs/nfsd/localio.c
··· 32 32 * @rpc_clnt: rpc_clnt that the client established 33 33 * @cred: cred that the client established 34 34 * @nfs_fh: filehandle to lookup 35 - * @nfp: place to find the nfsd_file, or store it if it was non-NULL 35 + * @pnf: place to find the nfsd_file, or store it if it was non-NULL 36 36 * @fmode: fmode_t to use for open 37 37 * 38 38 * This function maps a local fh to a path on a local filesystem.