android_kernel_motorola_sm6225/fs/overlayfs
Miklos Szeredi 1afaba1ecb ovl: make path-type a bitmap
OVL_PATH_PURE_UPPER -> __OVL_PATH_UPPER | __OVL_PATH_PURE
OVL_PATH_UPPER      -> __OVL_PATH_UPPER
OVL_PATH_MERGE      -> __OVL_PATH_UPPER | __OVL_PATH_MERGE
OVL_PATH_LOWER      -> 0

Multiple R/O layers will allow __OVL_PATH_MERGE without __OVL_PATH_UPPER.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
2014-12-13 00:59:42 +01:00
..
copy_up.c ovl: make path-type a bitmap 2014-12-13 00:59:42 +01:00
dir.c ovl: make path-type a bitmap 2014-12-13 00:59:42 +01:00
inode.c ovl: make path-type a bitmap 2014-12-13 00:59:42 +01:00
Kconfig ovl: rename filesystem type to "overlay" 2014-11-20 16:39:59 +01:00
Makefile ovl: rename filesystem type to "overlay" 2014-11-20 16:39:59 +01:00
overlayfs.h ovl: make path-type a bitmap 2014-12-13 00:59:42 +01:00
readdir.c ovl: make path-type a bitmap 2014-12-13 00:59:42 +01:00
super.c ovl: make path-type a bitmap 2014-12-13 00:59:42 +01:00