Linux NFS development
 help / color / mirror / Atom feed
* [PATCH 0/3] nfs-utils patches
@ 2008-12-11 18:33 Chuck Lever
       [not found] ` <20081211182820.6882.20716.stgit-07a7zB5ZJzbwdl/1UfZZQIVfYA8g3rJ/@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Chuck Lever @ 2008-12-11 18:33 UTC (permalink / raw)
  To: steved; +Cc: linux-nfs

Hi Steve-

Three more patches for nfs-utils in the IPv6 series.

The first is a minor bug fix for the sm-notify command, since we've
been focusing on that area recently.  It fixes a use-after-free.

The next two don't add new IPv6 functionality, but are prerequisites.
The first adds a new string parsing API that specifically handles
mount options that take a numeric value.  The second changes the
handler for one such option (retry= in this case) to use the new API.

Subsequent patches will make use of this new API to handle mount
options that are used to fill in pmap structs.

---

Chuck Lever (3):
      text-based mount command: use po_get_numeric() for handling retry=
      text-based mount command: add function to parse numeric mount options
      sm-notify command: fix a use-after-free bug


 utils/mount/parse_opt.c |   55 +++++++++++++++++++++++++++++++++++++++++++++++
 utils/mount/parse_opt.h |    3 +++
 utils/mount/stropts.c   |   20 +++++++++--------
 utils/statd/sm-notify.c |   25 ++++++++++++---------
 4 files changed, 83 insertions(+), 20 deletions(-)

-- 
Chuck Lever

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

end of thread, other threads:[~2008-12-17 20:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-11 18:33 [PATCH 0/3] nfs-utils patches Chuck Lever
     [not found] ` <20081211182820.6882.20716.stgit-07a7zB5ZJzbwdl/1UfZZQIVfYA8g3rJ/@public.gmane.org>
2008-12-11 18:33   ` [PATCH 1/3] sm-notify command: fix a use-after-free bug Chuck Lever
2008-12-11 18:33   ` [PATCH 2/3] text-based mount command: add function to parse numeric mount options Chuck Lever
2008-12-11 18:33   ` [PATCH 3/3] text-based mount command: use po_get_numeric() for handling retry= Chuck Lever
2008-12-17 20:24   ` [PATCH 0/3] nfs-utils patches Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox