OpenCloudOS-Kernel/fs/overlayfs
Amir Goldstein ee023c30d7 ovl: move include of ovl_entry.h into overlayfs.h
Most overlayfs c files already explicitly include ovl_entry.h
to use overlay entry struct definitions and upcoming changes
are going to require even more c files to include this header.

All overlayfs c files include overlayfs.h and overlayfs.h itself
refers to some structs defined in ovl_entry.h, so it seems more
logic to include ovl_entry.h from overlayfs.h than from c files.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2017-11-09 10:23:27 +01:00
..
Kconfig ovl: introduce the inodes index dir feature 2017-07-04 22:03:17 +02:00
Makefile ovl: split super.c 2016-12-16 11:02:56 +01:00
copy_up.c ovl: move include of ovl_entry.h into overlayfs.h 2017-11-09 10:23:27 +01:00
dir.c ovl: fix rmdir problem on non-merge dir with origin xattr 2017-11-09 10:23:27 +01:00
inode.c ovl: move include of ovl_entry.h into overlayfs.h 2017-11-09 10:23:27 +01:00
namei.c ovl: move include of ovl_entry.h into overlayfs.h 2017-11-09 10:23:27 +01:00
overlayfs.h ovl: move include of ovl_entry.h into overlayfs.h 2017-11-09 10:23:27 +01:00
ovl_entry.h ovl: fix regression caused by exclusive upper/work dir protection 2017-10-05 15:53:18 +02:00
readdir.c ovl: simplify ovl_check_empty_and_clear() 2017-11-09 10:23:27 +01:00
super.c ovl: move include of ovl_entry.h into overlayfs.h 2017-11-09 10:23:27 +01:00
util.c ovl: move include of ovl_entry.h into overlayfs.h 2017-11-09 10:23:27 +01:00