commit | 5680c44632053a6c9464bca43083f01776d318da | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Wed Oct 04 02:15:45 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Oct 04 07:55:15 2006 -0700 |
tree | 220f7bcb0168972bbc2ce804074f42b5470a1e15 | |
parent | cda9e0cd8a6b30ccc32edced066c378fbd87003d [diff] |
[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>