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:
54ef6df
)
overlayfs: barriers for opening upper-layer directory
author
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 28 Oct 2014 22:27:28 +0000
(18:27 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 28 Oct 2014 22:27:28 +0000
(18:27 -0400)
make sure that
a) all stores done by opening struct file don't leak past storing
the reference in od->upperfile
b) the lockless side has read dependency barrier
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found