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 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html