From: Chuck Lever Subject: [PATCH 0/7] Patches for nfs-utils-1.1.3 Date: Mon, 30 Jun 2008 13:10:05 -0400 Message-ID: <20080630170420.9905.90111.stgit@ellison.1015granger.net> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Cc: linux-nfs@vger.kernel.org To: steved@redhat.com Return-path: Received: from agminet01.oracle.com ([141.146.126.228]:54187 "EHLO agminet01.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751232AbYF3RP4 (ORCPT ); Mon, 30 Jun 2008 13:15:56 -0400 Sender: linux-nfs-owner@vger.kernel.org List-ID: 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