On Wed, Oct 13, 2021 at 10:40:52AM -0400, Chuck Lever wrote: > Hi Bruce- > > Similar changes to the encode side. Looks good, thanks.--b. > > --- > > Chuck Lever (3): > NFSD: Save location of NFSv4 COMPOUND status > SUNRPC: Replace the "__be32 *p" parameter to .pc_encode > SUNRPC: Change return value type of .pc_encode > > > fs/lockd/svc.c | 3 +- > fs/lockd/xdr.c | 29 +++-- > fs/lockd/xdr4.c | 29 +++-- > fs/nfs/callback_xdr.c | 4 +- > fs/nfsd/nfs2acl.c | 8 +- > fs/nfsd/nfs3acl.c | 22 ++-- > fs/nfsd/nfs3xdr.c | 210 +++++++++++++++++-------------------- > fs/nfsd/nfs4proc.c | 2 +- > fs/nfsd/nfs4xdr.c | 20 ++-- > fs/nfsd/nfsd.h | 3 +- > fs/nfsd/nfssvc.c | 15 ++- > fs/nfsd/nfsxdr.c | 82 +++++++-------- > fs/nfsd/xdr.h | 14 +-- > fs/nfsd/xdr3.h | 30 +++--- > fs/nfsd/xdr4.h | 5 +- > include/linux/lockd/xdr.h | 8 +- > include/linux/lockd/xdr4.h | 8 +- > include/linux/sunrpc/svc.h | 3 +- > 18 files changed, 237 insertions(+), 258 deletions(-) > > -- > Chuck Lever