linux-stable/include/linux/lockd
NeilBrown 24e36663c3 [PATCH] knfsd: be more selective in which sockets lockd listens on
Currently lockd listens on UDP always, and TCP if CONFIG_NFSD_TCP is set.

However as lockd performs services of the client as well, this is a problem.
If CONFIG_NfSD_TCP is not set, and a tcp mount is used, the server will not be
able to call back to lockd.

So:
 - add an option to lockd_up saying which protocol is needed
 - Always open sockets for which an explicit port was given, otherwise
   only open a socket of the type required
 - Change nfsd to do one lockd_up per socket rather than one per thread.

This
 - removes the dependancy on CONFIG_NFSD_TCP
 - means that lockd may open sockets other than at startup
 - means that lockd will *not* listen on UDP if the only
   mounts are TCP mount (and nfsd hasn't started).

The latter is the only one that concerns me at all - I don't know if this
might be a problem with some servers.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-10-02 07:57:17 -07:00
..
bind.h [PATCH] knfsd: be more selective in which sockets lockd listens on 2006-10-02 07:57:17 -07:00
debug.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
lockd.h NLM/lockd: remove b_done 2006-08-03 16:56:02 -04:00
nlm.h Don't include linux/config.h from anywhere else in include/ 2006-04-26 12:56:16 +01:00
share.h LOCKD: Make nlmsvc_traverse_shares return void 2006-03-20 23:24:25 -05:00
sm_inter.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
xdr.h lockd: Don't expose the process pid to the NLM server 2006-03-20 13:44:06 -05:00
xdr4.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00