linux-next/fs/overlayfs
Amir Goldstein ac900ed4f2 ovl: deduplicate lowerpath and lowerstack[]
The ovl_inode contains a copy of lowerpath in lowerstack[0], so the
lowerpath member can be removed.

Use accessor ovl_lowerpath() to get the lowerpath whereever the member
was accessed directly.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2023-06-19 14:01:13 +03:00
..
copy_up.c ovl: update of dentry revalidate flags after copy up 2023-06-19 14:01:12 +03:00
dir.c ovl: move ovl_entry into ovl_inode 2023-06-19 14:01:13 +03:00
export.c ovl: deduplicate lowerpath and lowerstack[] 2023-06-19 14:01:13 +03:00
file.c fs: port inode_owner_or_capable() to mnt_idmap 2023-01-19 09:24:29 +01:00
inode.c ovl: deduplicate lowerpath and lowerstack[] 2023-06-19 14:01:13 +03:00
Kconfig ovl: Kconfig: Fix spelling mistake "undelying" -> "underlying" 2022-12-08 10:49:46 +01:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
namei.c ovl: deduplicate lowerpath and lowerstack[] 2023-06-19 14:01:13 +03:00
overlayfs.h ovl: deduplicate lowerpath and lowerstack[] 2023-06-19 14:01:13 +03:00
ovl_entry.h ovl: deduplicate lowerpath and lowerstack[] 2023-06-19 14:01:13 +03:00
readdir.c fs: port ->permission() to pass mnt_idmap 2023-01-19 09:24:28 +01:00
super.c ovl: deduplicate lowerpath and lowerstack[] 2023-06-19 14:01:13 +03:00
util.c ovl: deduplicate lowerpath and lowerstack[] 2023-06-19 14:01:13 +03:00