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:
448293a
)
zoran: racy refcount handling in vm_ops ->open()/->close()
author
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 23 May 2013 08:38:22 +0000
(
04:38
-0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 31 May 2013 19:33:32 +0000
(15:33 -0400)
worse, we lock ->resource_lock too late when we are destroying the
final clonal VMA; the check for lack of other mappings of the same
opened file can race with mmap().
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found