]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] knfsd: Fixed handling of lockd fail when adding nfsd socket
authorNeilBrown <neilb@suse.de>
Wed, 4 Oct 2006 09:15:45 +0000 (02:15 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 4 Oct 2006 14:55:15 +0000 (07:55 -0700)
commit9b34b8231b00def249a2d6bfd618e161899971fe
tree220f7bcb0168972bbc2ce804074f42b5470a1e15
parentc3055992126a8900e3efc86027a674025b41f664
[PATCH] knfsd: Fixed handling of lockd fail when adding nfsd socket

Arrgg..  We cannot 'lockd_up' before 'svc_addsock' as we don't know the
protocol yet....  So switch it around again and save the name of the created
sockets so that it can be closed if lock_up fails.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/nfsd/nfsctl.c
net/sunrpc/svcsock.c