]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
NFSD: Clean up kdoc for nfsd_file_put_local()
authorChuck Lever <chuck.lever@oracle.com>
Fri, 13 Jun 2025 20:07:47 +0000 (16:07 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 14 Jul 2025 16:46:44 +0000 (12:46 -0400)
commit6aa12e07a48ccd95062f7345d0aa571e92407a7f
tree57a6ee3ce5f7d750e9581c327e48a1ba9953dc7e
parent9fdd5533c72291d1cbac77b3d35945e547cb8b4b
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>
fs/nfsd/filecache.c