ovl: move include of ovl_entry.h into overlayfs.h
authorAmir Goldstein <amir73il@gmail.com>
Mon, 30 Oct 2017 11:33:11 +0000 (13:33 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Thu, 9 Nov 2017 09:23:27 +0000 (10:23 +0100)
commitee023c30d7d6bc21d3a85f3625a30209bdcc41e6
tree18e934c910e91e9fd72b9f6bb1ee2d652c310163
parent07f6fff148364ad7c0174d6536a124a0679177a2
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>
fs/overlayfs/copy_up.c
fs/overlayfs/inode.c
fs/overlayfs/namei.c
fs/overlayfs/overlayfs.h
fs/overlayfs/super.c
fs/overlayfs/util.c