2008-06-30 17:15:56

by Chuck Lever

[permalink] [raw]
Subject: [PATCH 0/7] Patches for nfs-utils-1.1.3

Hi Steve-

Please consider these patches to be part of nfs-utils-1.1.3. They include a
number of clean-ups, as well as support for the new "sloppy" option which
should help automounter. Kernel support for "sloppy" is in Trond's devel
branch now, and should be upstream in 2.6.27.

The getaddrinfo(3) changes enable the mount.nfs and umount.nfs commands for
IPv6 in the future, but should be harmless to include now. I would like to
know if there are any problems with this before we push forward with IPv6, so
please consider this for 1.1.3.

---

Chuck Lever (7):
text-based mount command: pass "sloppy" when -s is set
mount command: move function to get kernel version to separate header
mount: Introduce IPv6-aware DNS resolver API function
nfs-utils: Add dependency for getaddrinfo(3) in configure.ac
mount command: don't include headers multiple times
text-based mount command: Make "internal error" message more explicit
Python scripts: Report bandwidth in "kB/s" instead of "Kb/s"


configure.ac | 3 ++
tools/mountstats/mountstats.py | 8 ++--
tools/nfs-iostat/nfs-iostat.py | 2 +
utils/mount/Makefile.am | 2 +
utils/mount/error.c | 7 +++-
utils/mount/error.h | 5 +++
utils/mount/fstab.h | 7 ++--
utils/mount/mount.c | 18 +--------
utils/mount/mount_constants.h | 6 ++-
utils/mount/network.c | 78 ++++++++++++++++++++++++++++++----------
utils/mount/network.h | 7 ++++
utils/mount/nfs_mount.h | 6 ++-
utils/mount/nfsmount.c | 5 +--
utils/mount/parse_opt.h | 5 +++
utils/mount/stropts.c | 22 ++++++++++-
utils/mount/stropts.h | 5 +++
utils/mount/token.h | 5 +++
utils/mount/version.h | 51 ++++++++++++++++++++++++++
18 files changed, 183 insertions(+), 59 deletions(-)
create mode 100644 utils/mount/version.h

--
Chuck Lever
chu ckl eve rat ora cle dot com


2008-07-15 19:31:37

by Steve Dickson

[permalink] [raw]
Subject: Re: [PATCH 0/7] Patches for nfs-utils-1.1.3



Chuck Lever wrote:
> Hi Steve-
>
> Please consider these patches to be part of nfs-utils-1.1.3. They include a
> number of clean-ups, as well as support for the new "sloppy" option which
> should help automounter. Kernel support for "sloppy" is in Trond's devel
> branch now, and should be upstream in 2.6.27.
>
> The getaddrinfo(3) changes enable the mount.nfs and umount.nfs commands for
> IPv6 in the future, but should be harmless to include now. I would like to
> know if there are any problems with this before we push forward with IPv6, so
> please consider this for 1.1.3.
>
> ---
>
> Chuck Lever (7):
> text-based mount command: pass "sloppy" when -s is set
> mount command: move function to get kernel version to separate header
> mount: Introduce IPv6-aware DNS resolver API function
> nfs-utils: Add dependency for getaddrinfo(3) in configure.ac
> mount command: don't include headers multiple times
> text-based mount command: Make "internal error" message more explicit
> Python scripts: Report bandwidth in "kB/s" instead of "Kb/s"
>
>
> configure.ac | 3 ++
> tools/mountstats/mountstats.py | 8 ++--
> tools/nfs-iostat/nfs-iostat.py | 2 +
> utils/mount/Makefile.am | 2 +
> utils/mount/error.c | 7 +++-
> utils/mount/error.h | 5 +++
> utils/mount/fstab.h | 7 ++--
> utils/mount/mount.c | 18 +--------
> utils/mount/mount_constants.h | 6 ++-
> utils/mount/network.c | 78 ++++++++++++++++++++++++++++++----------
> utils/mount/network.h | 7 ++++
> utils/mount/nfs_mount.h | 6 ++-
> utils/mount/nfsmount.c | 5 +--
> utils/mount/parse_opt.h | 5 +++
> utils/mount/stropts.c | 22 ++++++++++-
> utils/mount/stropts.h | 5 +++
> utils/mount/token.h | 5 +++
> utils/mount/version.h | 51 ++++++++++++++++++++++++++
> 18 files changed, 183 insertions(+), 59 deletions(-)
> create mode 100644 utils/mount/version.h
>

All seven patches are committed...

steved.