From: Peter Zijlstra Date: Thu, 7 Dec 2006 04:35:24 +0000 (-0800) Subject: [PATCH] lockdep: annotate nfs/nfsd in-kernel sockets X-Git-Tag: v2.6.20-rc1~145^2^2~239 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed07536ed6731775219c1df7fa26a7588753e693;p=pandora-kernel.git [PATCH] lockdep: annotate nfs/nfsd in-kernel sockets Stick NFS sockets in their own class to avoid some lockdep warnings. NFS sockets are never exposed to user-space, and will hence not trigger certain code paths that would otherwise pose deadlock scenarios. [akpm@osdl.org: cleanups] Signed-off-by: Peter Zijlstra Signed-off-by: Steven Dickson Acked-by: Ingo Molnar Cc: Trond Myklebust Acked-by: Neil Brown Cc: "David S. Miller" Signed-off-by: Andrew Morton [ Fixed patch corruption by quilt, pointed out by Peter Zijlstra ] Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed