From: Greg Banks Date: Mon, 2 Oct 2006 09:17:54 +0000 (-0700) Subject: [PATCH] knfsd: convert sk_inuse to atomic_t X-Git-Tag: v2.6.19-rc1~431 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c45c357d7dbc9e94338f44349e0035149da86b26;p=pandora-kernel.git [PATCH] knfsd: convert sk_inuse to atomic_t Convert the svc_sock->sk_inuse counter from an int protected by svc_serv->sv_lock, to an atomic. This reduces the number of places we need to take the (effectively global) svc_serv->sv_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