All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Support IPv6 in umount.nfs command
@ 2009-01-28 23:07 Chuck Lever
       [not found] ` <20090128225938.21484.82096.stgit-07a7zB5ZJzbwdl/1UfZZQIVfYA8g3rJ/@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Chuck Lever @ 2009-01-28 23:07 UTC (permalink / raw)
  To: steved; +Cc: linux-nfs

Hi Steve-

The first patch in this series is a simple update to .gitignore.

The following patches implement support for IPv6 addresses in the
umount.nfs command.

I think it would be prudent to stop after this set, and let the
extensive changes I've submitted so far soak a little bit.  These
probably won't see wide-ranging use until after the next release of
nfs-utils, I'm guessing.

Given the problems that arose after the last nfs-utils release, I
think this might be a good stopping point until after the next
nfs-utils release.  By then, I might even have full support completed
for IPv6 in rpc.statd and sm-notify.

---

Chuck Lever (4):
      umount command: remove do_nfs_umount23 function
      umount.nfs command: Support AF_INET6 server addresses
      umount.nfs command: Add an AF_INET6-capable version of nfs_call_unmount()
      nfs-utils: git should ignore cscope.* files


 .gitignore              |    2 +
 utils/mount/network.c   |   53 ++++++++++++++++
 utils/mount/network.h   |    4 +
 utils/mount/nfsumount.c |  158 ++++++++++++++++++++++++-----------------------
 4 files changed, 138 insertions(+), 79 deletions(-)

-- 
Chuck Lever < chuck [dot] lever [at] oracle [dot] com >

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

end of thread, other threads:[~2009-02-17 21:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-28 23:07 [PATCH 0/4] Support IPv6 in umount.nfs command Chuck Lever
     [not found] ` <20090128225938.21484.82096.stgit-07a7zB5ZJzbwdl/1UfZZQIVfYA8g3rJ/@public.gmane.org>
2009-01-28 23:07   ` [PATCH 1/4] nfs-utils: git should ignore cscope.* files Chuck Lever
2009-01-28 23:07   ` [PATCH 2/4] umount.nfs command: Add an AF_INET6-capable version of nfs_call_unmount() Chuck Lever
2009-01-28 23:07   ` [PATCH 3/4] umount.nfs command: Support AF_INET6 server addresses Chuck Lever
2009-01-28 23:07   ` [PATCH 4/4] umount command: remove do_nfs_umount23 function Chuck Lever
2009-02-17 21:27   ` [PATCH 0/4] Support IPv6 in umount.nfs command Steve Dickson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.