From: Greg Banks Date: Mon, 2 Oct 2006 09:17:56 +0000 (-0700) Subject: [PATCH] knfsd: convert sk_reserved to atomic_t X-Git-Tag: v2.6.19-rc1~429 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5685f0fa1c24b138d041ef129ed419c5effa40e1;p=pandora-kernel.git [PATCH] knfsd: convert sk_reserved to atomic_t Convert the svc_sock->sk_reserved variable from an int protected by svc_serv->sv_lock, to an atomic. This reduces (by 1) 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