linux-stable/fs/overlayfs
Amir Goldstein ab1eb5ffb7 ovl: deduplicate lowerdata and lowerstack[]
The ovl_inode contains a copy of lowerdata in lowerstack[], so the
lowerdata inode member can be removed.

Use accessors ovl_lowerdata*() to get the lowerdata 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 lowerdata 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 lowerdata and lowerstack[] 2023-06-19 14:01:13 +03:00
overlayfs.h ovl: deduplicate lowerdata and lowerstack[] 2023-06-19 14:01:13 +03:00
ovl_entry.h ovl: deduplicate lowerdata 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 lowerdata and lowerstack[] 2023-06-19 14:01:13 +03:00
util.c ovl: deduplicate lowerdata and lowerstack[] 2023-06-19 14:01:13 +03:00