zoran: racy refcount handling in vm_ops ->open()/->close()
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 23 May 2013 08:38:22 +0000 (04:38 -0400)
committerAl 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