linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Update synopsis of .pc_decode callback
@ 2021-10-12 15:57 Chuck Lever
  2021-10-12 15:57 ` [PATCH v1 1/2] SUNRPC: Replace the "__be32 *p" parameter to .pc_decode Chuck Lever
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Chuck Lever @ 2021-10-12 15:57 UTC (permalink / raw)
  To: bfields; +Cc: linux-nfs

Hi Bruce-

As we discussed many moons ago, here are clean-up patches that
modernize the .pc_decode callback's synopsis, based on the
recent XDR overhaul work.

---

Chuck Lever (2):
      SUNRPC: Replace the "__be32 *p" parameter to .pc_decode
      SUNRPC: Change return value type of .pc_decode


 fs/lockd/svc.c             |   3 +-
 fs/lockd/xdr.c             | 123 +++++++++++++---------------
 fs/lockd/xdr4.c            | 124 ++++++++++++++--------------
 fs/nfsd/nfs2acl.c          |  36 ++++----
 fs/nfsd/nfs3acl.c          |  26 +++---
 fs/nfsd/nfs3xdr.c          | 163 +++++++++++++++++--------------------
 fs/nfsd/nfs4xdr.c          |  28 +++----
 fs/nfsd/nfsd.h             |   3 +-
 fs/nfsd/nfssvc.c           |  11 ++-
 fs/nfsd/nfsxdr.c           |  92 ++++++++++-----------
 fs/nfsd/xdr.h              |  21 ++---
 fs/nfsd/xdr3.h             |  31 +++----
 fs/nfsd/xdr4.h             |   2 +-
 include/linux/lockd/xdr.h  |  19 +++--
 include/linux/lockd/xdr4.h |  19 ++---
 include/linux/sunrpc/svc.h |   3 +-
 16 files changed, 334 insertions(+), 370 deletions(-)

--
Chuck Lever


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-10-13 14:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-12 15:57 [PATCH v1 0/2] Update synopsis of .pc_decode callback Chuck Lever
2021-10-12 15:57 ` [PATCH v1 1/2] SUNRPC: Replace the "__be32 *p" parameter to .pc_decode Chuck Lever
2021-10-12 15:57 ` [PATCH v1 2/2] SUNRPC: Change return value type of .pc_decode Chuck Lever
2021-10-13 14:31 ` [PATCH v1 0/2] Update synopsis of .pc_decode callback J. Bruce Fields
2021-10-13 14:33   ` Chuck Lever III
2021-10-13 14:35     ` Bruce Fields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).