overlayfs: barriers for opening upper-layer directory
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 28 Oct 2014 22:27:28 +0000 (18:27 -0400)
committerAl 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