linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] 4 assorted nfs-utils patches
@ 2016-12-02  1:09 NeilBrown
  2016-12-02  1:09 ` [PATCH 1/4] mount: don't hide temporary error code on timeout NeilBrown
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: NeilBrown @ 2016-12-02  1:09 UTC (permalink / raw)
  To: Steve Dickson; +Cc: linux-nfs

First 2 are a repost of two I posted yesterday, with a small change
following the response from Steve.

Third removes usage of the old nfsctl systemcall (which isn't
available in current kernels, and probably hasn't been used by anyone
in years).

The last cleans up some code that annoyed my while I was working on
something else.

Thanks,
NeilBrown


---

NeilBrown (4):
      mount: don't hide temporary error code on timeout.
      mount: take history into account when assessing if an error is permanent.
      Remove all use of the nfsctl system call.
      Remove error messages on xstrdup failure.


 support/export/Makefile.am |    2 -
 support/export/export.c    |   56 ------------------
 support/export/nfsctl.c    |  118 ---------------------------------------
 support/export/rmtab.c     |   98 --------------------------------
 support/export/xtab.c      |   16 -----
 support/include/exportfs.h |    7 --
 support/include/nfs/nfs.h  |  120 ---------------------------------------
 support/include/nfslib.h   |   16 -----
 support/nfs/Makefile.am    |    4 +
 support/nfs/cacheio.c      |   12 ----
 support/nfs/getfh.c        |  134 --------------------------------------------
 support/nfs/nfsclient.c    |   34 -----------
 support/nfs/nfsctl.c       |   32 -----------
 support/nfs/nfsexport.c    |  134 --------------------------------------------
 support/nfs/rmtab.c        |   21 -------
 utils/exportfs/exportfs.c  |   84 +---------------------------
 utils/mount/stropts.c      |   38 ++++++++++--
 utils/mountd/auth.c        |   15 +----
 utils/mountd/mountd.c      |   63 +++++----------------
 utils/nfsd/nfsd.c          |   36 ++----------
 utils/nfsd/nfssvc.c        |   26 ++-------
 utils/nfsd/nfssvc.h        |    2 -
 utils/nfsidmap/nfsidmap.c  |    6 --
 utils/statd/statd.c        |    5 --
 24 files changed, 67 insertions(+), 1012 deletions(-)
 delete mode 100644 support/export/nfsctl.c
 delete mode 100644 support/export/rmtab.c
 delete mode 100644 support/nfs/getfh.c
 delete mode 100644 support/nfs/nfsclient.c
 delete mode 100644 support/nfs/nfsctl.c
 delete mode 100644 support/nfs/nfsexport.c

--
Signature


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

end of thread, other threads:[~2016-12-06 16:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-02  1:09 [PATCH 0/4] 4 assorted nfs-utils patches NeilBrown
2016-12-02  1:09 ` [PATCH 1/4] mount: don't hide temporary error code on timeout NeilBrown
2016-12-02  1:09 ` [PATCH 2/4] mount: take history into account when assessing if an error is permanent NeilBrown
2016-12-02  1:09 ` [PATCH 3/4] Remove all use of the nfsctl system call NeilBrown
2016-12-02  1:09 ` [PATCH 4/4] Remove error messages on xstrdup failure NeilBrown
2016-12-02  3:26   ` [PATCH 4/4 revised] " NeilBrown
2016-12-06 16:30 ` [PATCH 0/4] 4 assorted nfs-utils patches Steve Dickson

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).