From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Dickson Subject: Re: [PATCH 0/6] More fix-ups for nfs-utils-1.2.4 Date: Thu, 28 Oct 2010 11:32:56 -0400 Message-ID: <4CC997A8.6060803@RedHat.com> References: <20101026155216.19184.36979.stgit@matisse.1015granger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: linux-nfs@vger.kernel.org To: Chuck Lever Return-path: Received: from mx1.redhat.com ([209.132.183.28]:24858 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933393Ab0J1PdA (ORCPT ); Thu, 28 Oct 2010 11:33:00 -0400 In-Reply-To: <20101026155216.19184.36979.stgit-RytpoXr2tKZ9HhUboXbp9zCvJB+x5qRC@public.gmane.org> Sender: linux-nfs-owner@vger.kernel.org List-ID: Hey Chuck, I'm assuming this 6 patch series should replace (not merge with) the 4 patch series you sent out earlier... steved. On 10/26/2010 11:57 AM, Chuck Lever wrote: > Hi Steve- > > Here are rather more final versions of the patches I posted here last > week for review. There are a couple of extra clean-ups here as well. > I think these are ready to be considered for nfs-utils 1.2.4. > > --- > > Chuck Lever (6): > nfs(5): Document remount behavior > nfs(5): Grammar and style fixes > mount.nfs: mnt_freq and mnt_pass are always zero > mount.nfs: Fix memory leak in nfs_sys_mount() > mount: Fix compiler warning in nfs_parse_retry_option() > nfs-utils: Remove all uses of AI_ADDRCONFIG > > > support/export/hostname.c | 6 -- > tests/nsm_client/nsm_client.c | 2 - > utils/mount/mount.c | 34 +++++++------ > utils/mount/network.c | 3 - > utils/mount/nfs.man | 107 ++++++++++++++++++++++++++++++++--------- > utils/mount/stropts.c | 20 ++++---- > utils/statd/hostname.c | 4 -- > utils/statd/sm-notify.c | 5 -- > 8 files changed, 114 insertions(+), 67 deletions(-) >