]> git.ipfire.org Git - people/ms/linux.git/commit - fs/nfsd/nfs4proc.c
NFSD: Move fill_pre_wcc() and fill_post_wcc()
authorChuck Lever <chuck.lever@oracle.com>
Fri, 24 Dec 2021 19:36:49 +0000 (14:36 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Sat, 8 Jan 2022 19:42:03 +0000 (14:42 -0500)
commitfcb5e3fa012351f3b96024c07bc44834c2478213
tree549e82efea4d1be86b9d599119c1b24912569aa9
parent58f258f65267542959487dbe8b5641754411843d
NFSD: Move fill_pre_wcc() and fill_post_wcc()

These functions are related to file handle processing and have
nothing to do with XDR encoding or decoding. Also they are no longer
NFSv3-specific. As a clean-up, move their definitions to a more
appropriate location. WCC is also an NFSv3-specific term, so rename
them as general-purpose helpers.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/nfs3xdr.c
fs/nfsd/nfs4proc.c
fs/nfsd/nfsfh.c
fs/nfsd/nfsfh.h
fs/nfsd/vfs.c