git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
595afaf
)
fuse: fix lock annotations
author
Miklos Szeredi
<mszeredi@suse.cz>
Tue, 7 Sep 2010 11:42:41 +0000
(13:42 +0200)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Tue, 7 Sep 2010 11:42:41 +0000
(13:42 +0200)
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 <mszeredi@suse.cz>
No differences found