To address the problem reported here: https://lore.kernel.org/linux-nfs/49640909-A7F0-4004-AF55-859621B26D38@xxxxxxxxxx/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