ovl: set the ORIGIN type flag
authorAmir Goldstein <amir73il@gmail.com>
Sun, 23 Apr 2017 20:12:34 +0000 (23:12 +0300)
committerMiklos Szeredi <mszeredi@redhat.com>
Fri, 5 May 2017 09:38:58 +0000 (11:38 +0200)
commit595485033db2c24178257698254fd4182fdb4123
tree3bf250eaea47937c85a65df72af321be67ac78b3
parenta9d019573e881472aa62f093fa599ad68cd0fc1e
ovl: set the ORIGIN type flag

For directory entries, non zero oe->numlower implies OVL_TYPE_MERGE.
Define a new type flag OVL_TYPE_ORIGIN to indicate that an entry holds a
reference to its lower copy up origin.

For directory entries ORIGIN := MERGE && UPPER. For non-dir entries ORIGIN
means that a lower type dentry has been recently copied up or that we were
able to find the copy up origin from overlay.origin xattr.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/overlayfs/overlayfs.h
fs/overlayfs/util.c