android_kernel_oneplus_msm8998/fs/overlayfs
Miklos Szeredi 6586f61ab5 ovl: rename is_merge to is_lowest
commit 56656e960b555cb98bc414382566dcb59aae99a2 upstream.

The 'is_merge' is an historical naming from when only a single lower layer
could exist.  With the introduction of multiple lower layers the meaning of
this flag was changed to mean only the "lowest layer" (while all lower
layers were being merged).

So now 'is_merge' is inaccurate and hence renaming to 'is_lowest'

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Signed-off-by: SZ Lin (林上智) <sz.lin@moxa.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-09-15 09:40:41 +02:00
..
copy_up.c ovl: fsync after copy-up 2016-11-10 16:36:34 +01:00
dir.c ovl: Fix info leak in ovl_lookup_temp() 2016-10-28 03:01:30 -04:00
inode.c ovl: filter trusted xattr for non-admin 2018-04-13 19:50:14 +02: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: Ensure upper filesystem supports d_type 2018-08-28 07:23:43 +02:00
readdir.c ovl: rename is_merge to is_lowest 2018-09-15 09:40:41 +02:00
super.c ovl: warn instead of error if d_type is not supported 2018-08-28 07:23:43 +02:00