linux-stable/fs/overlayfs
Miklos Szeredi c6fe625493 ovl: change order of setup in ovl_fill_super()
Move ovl_get_upper() immediately after ovl_get_upperpath(),
ovl_get_workdir() immediately after ovl_get_workdir() and
ovl_get_lower_layers() immediately after ovl_get_lowerstack().

Also move prepare_creds() up to where other allocations are happening.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2017-11-10 09:39:15 +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: update cache version of impure parent on rename 2017-11-09 10:23:27 +01:00
inode.c ovl: relax same fs constraint for constant st_ino 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
namei.c ovl: re-structure overlay lower layers in-memory 2017-11-09 10:23:27 +01:00
overlayfs.h ovl: re-structure overlay lower layers in-memory 2017-11-09 10:23:27 +01:00
ovl_entry.h ovl: allocate anonymous devs for lowerdirs 2017-11-09 10:23:27 +01:00
readdir.c ovl: re-structure overlay lower layers in-memory 2017-11-09 10:23:27 +01:00
super.c ovl: change order of setup in ovl_fill_super() 2017-11-10 09:39:15 +01:00
util.c ovl: re-structure overlay lower layers in-memory 2017-11-09 10:23:27 +01:00