Re: [PATCH v1 0/3] Clean up fs/nfsd/vfs.c includes
Jeff Layton <[email protected]>
| Newsgroups | gmane.linux.nfs |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 2026-08-12 at 10:24 -0400, Chuck Lever wrote: > A quick set of clean-ups that permit us to remove more version- > specific material from fs/nfsd/vfs.c. > > [ re-posting v1; the first post did not include linux-nfs@ ] > > Chuck Lever (3): > NFSD: Make the write verifier reset helper available outside vfs.c > NFSD: Move NFSv4-specific CLONE logic into nfsd4_clone() > NFSD: Remove xdr-related headers from fs/nfsd/vfs.c > > fs/nfsd/nfs4proc.c | 27 ++++++++-- > fs/nfsd/vfs.c | 129 ++++++++++++++++++++++++++------------------- > fs/nfsd/vfs.h | 14 +++-- > 3 files changed, 108 insertions(+), 62 deletions(-) Reviewed-by: Jeff Layton <[email protected]>