From: NeilBrown Date: Mon, 2 Oct 2006 09:17:48 +0000 (-0700) Subject: [PATCH] knfsd: allow sockets to be passed to nfsd via 'portlist' X-Git-Tag: v2.6.19-rc1~439 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b41b66d63c730cc45a1024e1f1e67439e507e40f;p=pandora-kernel.git [PATCH] knfsd: allow sockets to be passed to nfsd via 'portlist' Userspace should create and bind a socket (but not connectted) and write the 'fd' to portlist. This will cause the nfs server to listen on that socket. To close a socket, the name of the socket - as read from 'portlist' can be written to 'portlist' with a preceding '-'. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed