Commit 61df439a authored by Chuck Lever's avatar Chuck Lever
Browse files

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 e6f7e148
("nfs_localio: simplify interface to nfsd for getting nfsd_file").

Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
parent 6aa12e07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
 * @rpc_clnt: rpc_clnt that the client established
 * @cred: cred that the client established
 * @nfs_fh: filehandle to lookup
 * @nfp: place to find the nfsd_file, or store it if it was non-NULL
 * @pnf: place to find the nfsd_file, or store it if it was non-NULL
 * @fmode: fmode_t to use for open
 *
 * This function maps a local fh to a path on a local filesystem.