[Devel] [PATCH vz9 v2 1/2] overlayfs: fix lowerpaths handling in dynamic path resolving
Pavel Tikhomirov
ptikhomirov at virtuozzo.com
Tue Jul 23 10:04:27 MSK 2024
One more thing: should not this hunk below belong to second patch?
> @@ -386,7 +387,8 @@ static int ovl_show_options(struct seq_file *m, struct dentry *dentry)
> struct ovl_entry *oe = OVL_E(sb->s_root);
>
> if (ovl_dyn_path_opts) {
> - print_paths_option(m, "lowerdir", oe->lowerpaths, ovl_numlower(oe));
> + print_paths_option(m, "lowerdir", ovl_lowerpaths(oe),
> + ovl_numlowerpaths(oe));
> if (ofs->config.upperdir) {
> print_path_option(m, "upperdir", &ofs->upperpath);
> print_path_option(m, "workdir", &ofs->workbasepath);
More information about the Devel
mailing list