ovl: simplify ovl_same_sb() helper
No code uses the sb returned from this helper, so make it retrun a boolean and rename it to ovl_same_fs(). The xino mode is irrelevant when all layers are on same fs, so instead of describing samefs with mode OVL_XINO_OFF, use a new xino_mode state, which is 0 in the case of samefs, -1 in the case of xino=off and > 0 with xino enabled. Create a new helper ovl_same_dev(), to use instead of the common check for (ovl_same_fs() || xinobits). Signed-off-by:Amir Goldstein <amir73il@gmail.com> Signed-off-by:
Miklos Szeredi <mszeredi@redhat.com>
Showing
- fs/overlayfs/inode.c 4 additions, 4 deletionsfs/overlayfs/inode.c
- fs/overlayfs/overlayfs.h 13 additions, 4 deletionsfs/overlayfs/overlayfs.h
- fs/overlayfs/ovl_entry.h 7 additions, 2 deletionsfs/overlayfs/ovl_entry.h
- fs/overlayfs/readdir.c 2 additions, 2 deletionsfs/overlayfs/readdir.c
- fs/overlayfs/super.c 11 additions, 10 deletionsfs/overlayfs/super.c
- fs/overlayfs/util.c 0 additions, 12 deletionsfs/overlayfs/util.c
Loading
Please register or sign in to comment