2008-08-22 16:42:38

by Chuck Lever III

[permalink] [raw]
Subject: [PATCH 0/5] IPv6-related clean-ups

Hi Bruce, Trond -

This series introduces support for IPv6 in the NFSv4 callback server, and
cleans up parts of NLM before we start to introduce IPv6 support there.

Please consider these for 2.6.28.

(Whoops, looks like one more is coming in this series. Expect a sixth
shortly).

---

Chuck Lever (5):
lockd: Add address family-agnostic helper for zeroing the port number
lockd: Specify address family for source address
lockd: address-family independent printable addresses
NLM: Clean up before introducing new debugging messages
NFS: Enable NFSv4 callback server to listen on AF_INET6 sockets


fs/lockd/host.c | 118 ++++++++++++++++++++++++++++++++-----------
fs/nfs/callback.c | 11 ++--
fs/nfs/callback.h | 4 +
fs/nfs/client.c | 2 -
include/linux/lockd/lockd.h | 4 +
5 files changed, 101 insertions(+), 38 deletions(-)

--
Chuck Lever