On Fri, Jun 9, 2023 at 6:42 PM Christian Brauner <brauner@xxxxxxxxxx> wrote: > > Hey everyone, > > This ports overlayfs to the new mount api and modifies layer parsing to > allow for additive layer specification via fsconfig(). > > I'm not sure if I need to rebase the changes on top of Amir's lazy > lookup. If so, please let me know! Yes, please. I look at the conflicts and they don't look so bad. I think only need to figure out numlowerdata during parsing which should be pretty easy and then the entire wacky loop to figure out numlowerdata in ovl_get_lowerstack() can be nuked. all the rest stays the same. Thanks, Amir.