linux_dsm_epyc7002/fs/overlayfs
Amir Goldstein 07f1e59637 ovl: generalize the lower_fs[] array
Rename lower_fs[] array to fs[], extend its size by one and use index fsid
(instead of fsid-1) to access the fs[] array.

Initialize fs[0] with upper fs values. fsid 0 is reserved even with lower
only overlay, so fs[0] remains null in this case.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2020-01-24 09:46:45 +01:00
..
copy_up.c ovl: improving copy-up efficiency for big sparse file 2020-01-22 20:11:41 +01:00
dir.c ovl: use pr_fmt auto generate prefix 2020-01-22 20:11:41 +01:00
export.c ovl: generalize the lower_layers[] array 2020-01-22 20:11:41 +01:00
file.c ovl: use ovl_inode_lock in ovl_llseek() 2020-01-22 20:11:41 +01:00
inode.c ovl: generalize the lower_fs[] array 2020-01-24 09:46:45 +01:00
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
namei.c ovl: generalize the lower_layers[] array 2020-01-22 20:11:41 +01:00
overlayfs.h ovl: simplify ovl_same_sb() helper 2020-01-24 09:46:45 +01:00
ovl_entry.h ovl: generalize the lower_fs[] array 2020-01-24 09:46:45 +01:00
readdir.c ovl: simplify ovl_same_sb() helper 2020-01-24 09:46:45 +01:00
super.c ovl: generalize the lower_fs[] array 2020-01-24 09:46:45 +01:00
util.c ovl: simplify ovl_same_sb() helper 2020-01-24 09:46:45 +01:00