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);
_______________________________________________
Devel mailing list
Devel@openvz.org
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to