From: Greg Banks Date: Mon, 2 Oct 2006 09:17:55 +0000 (-0700) Subject: [PATCH] knfsd: use new lock for svc_sock deferred list X-Git-Tag: v2.6.19-rc1~430 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a68d952af5f43032012d26dd0d5164c9e9986bc;p=pandora-kernel.git [PATCH] knfsd: use new lock for svc_sock deferred list Protect the svc_sock->sk_deferred list with a new lock svc_sock->sk_defer_lock instead of svc_serv->sv_lock. Using the more fine-grained lock reduces the number of places we need to take the svc_serv lock. Signed-off-by: Greg Banks Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed