From: NeilBrown Date: Wed, 4 Oct 2006 09:15:45 +0000 (-0700) Subject: [PATCH] knfsd: Fixed handling of lockd fail when adding nfsd socket X-Git-Tag: v2.6.19-rc1~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5680c446;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed