From: Josh Triplett Date: Mon, 2 Oct 2006 09:17:50 +0000 (-0700) Subject: [PATCH] nfsd: add lock annotations to e_start and e_stop X-Git-Tag: v2.6.19-rc1~437 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=896440d560de3bca6813e83792f431edf5073318;p=pandora-kernel.git [PATCH] nfsd: add lock annotations to e_start and e_stop e_start acquires svc_export_cache.hash_lock, and e_stop releases it. Add lock annotations to these two functions so that sparse can check callers for lock pairing, and so that sparse will not complain about these functions since they intentionally use locks in this manner. Signed-off-by: Josh Triplett Cc: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed