From: Miklos Szeredi Date: Tue, 7 Sep 2010 11:42:41 +0000 (+0200) Subject: fuse: fix lock annotations X-Git-Tag: v2.6.36-rc4~74^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9ca67b2ddf021491a3741d9555e8ff59b2175ba;p=pandora-kernel.git fuse: fix lock annotations Sparse doesn't understand lock annotations of the form __releases(&foo->lock). Change them to __releases(foo->lock). Same for __acquires(). Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed