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 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html