mbox series

[0/2] Fix cinfo on FS's that do not support IVERSION

Message ID 164078891040.2414.11995954842150988952.stgit@bazille.1015granger.net (mailing list archive)
Headers show
Series Fix cinfo on FS's that do not support IVERSION | expand

Message

Chuck Lever III Dec. 29, 2021, 2:45 p.m. UTC
To address the problem reported here:

https://lore.kernel.org/linux-nfs/49640909-A7F0-4004-AF55-859621B26D38@oracle.com/T/#u

I'd like to revert 428a23d2bf0c ("nfsd: skip some unnecessary stats
in the v4 case"). The first patch in this series does that. The
second patch is related clean-up.

---

Chuck Lever (2):
      Revert "nfsd: skip some unnecessary stats in the v4 case"
      NFSD: Move fill_pre_wcc() and fill_post_wcc()


 fs/nfsd/nfs3xdr.c  | 65 ---------------------------------------------
 fs/nfsd/nfs4proc.c |  2 +-
 fs/nfsd/nfsfh.c    | 66 +++++++++++++++++++++++++++++++++++++++++++++-
 fs/nfsd/nfsfh.h    | 40 ++++++++++++++++++----------
 fs/nfsd/vfs.c      |  8 +++---
 5 files changed, 96 insertions(+), 85 deletions(-)

--
Chuck Lever