commit | 1eff1a1deec727bacead79ec64554c1df190f43c | [log] [tgz] |
---|---|---|
author | Amir Goldstein <amir73il@gmail.com> | Tue Dec 12 22:40:46 2017 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Wed Jan 24 10:19:46 2018 +0100 |
tree | eaae28170f3fb13a4c3463fd3e9c0a923ec83003 | |
parent | 2e1a532883cf77f01031bef4b83d864a46c1bed0 [diff] |
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>