linux/fs/overlayfs
Amir Goldstein 1eff1a1dee ovl: simplify arguments to ovl_check_origin_fh()
Pass the fs instance with lower_layers array instead of the dentry
lowerstack array to ovl_check_origin_fh(), because the dentry members
of lowerstack play no role in this helper.

This change simplifies the argument list of ovl_check_origin(),
ovl_cleanup_index() and ovl_verify_index().

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2018-01-24 10:19:46 +01:00
..
copy_up.c ovl: fix inconsistent d_ino for legacy merge dir 2018-01-24 10:18:19 +01:00
dir.c ovl: take lower dir inode mutex outside upper sb_writers lock 2018-01-19 17:43:23 +01:00
inode.c ovl: hash directory inodes for fsnotify 2018-01-19 13:54:33 +01:00
Kconfig ovl: don't follow redirects if redirect_dir=off 2017-12-11 11:28:10 +01:00
Makefile ovl: split super.c 2016-12-16 11:02:56 +01:00
namei.c ovl: simplify arguments to ovl_check_origin_fh() 2018-01-24 10:19:46 +01:00
overlayfs.h ovl: simplify arguments to ovl_check_origin_fh() 2018-01-24 10:19:46 +01:00
ovl_entry.h ovl: store layer index in ovl_layer 2018-01-24 10:19:25 +01:00
readdir.c ovl: simplify arguments to ovl_check_origin_fh() 2018-01-24 10:19:46 +01:00
super.c ovl: simplify arguments to ovl_check_origin_fh() 2018-01-24 10:19:46 +01:00
util.c ovl: hash directory inodes for fsnotify 2018-01-19 13:54:33 +01:00