ovl: make consistent use of OVL_FS()
authorAndrea Righi <andrea.righi@canonical.com>
Sun, 21 May 2023 08:28:12 +0000 (10:28 +0200)
committerAmir Goldstein <amir73il@gmail.com>
Sat, 12 Aug 2023 16:02:54 +0000 (19:02 +0300)
commitf01d08899fd7fa808ff9b8d33ca4882ab44d42fa
tree3fc90806f5d20236a373b42cbedfeb105b6d36f0
parent36295542969dcfe7443f8cc5247863ed06a936d5
ovl: make consistent use of OVL_FS()

Always use OVL_FS() to retrieve the corresponding struct ovl_fs from a
struct super_block.

Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
fs/overlayfs/copy_up.c
fs/overlayfs/export.c
fs/overlayfs/inode.c
fs/overlayfs/namei.c
fs/overlayfs/ovl_entry.h
fs/overlayfs/params.c
fs/overlayfs/super.c
fs/overlayfs/util.c