On Tue, Jun 13, 2023 at 6:02 PM Amir Goldstein <amir73il@xxxxxxxxx> wrote: > > On Tue, Jun 13, 2023 at 5:49 PM Christian Brauner <brauner@xxxxxxxxxx> wrote: > > > > Hey everyone, > > > > /* v3 */ > > (1) Add a patch that makes sure that struct ovl_layer starts with a > > pointer to struct vfsmount as ovl_free_fs() relies on this during > > cleanup. > > (2) Rebase on top of overlayfs-next brought in substantial rework due to > > the data layer work. I had to redo a bunch of the parsing and adapt > > it to the new changes. > > Sorry for that pain. > I do like your version much better than mine :) > > For the entire series: > > Reviewed-by: Amir Goldstein <amir73il@xxxxxxxxx> > Miklos, If you like, I prepared a pull-able branch at: https://github.com/amir73il/linux/commits/fs-overlayfs-mount_api With some more cleanups. I will post the cleanup patches soon. The branch above already passed basic sanity tests. I will run more tests on it, but if you can to push it to overlayfs-next for soaking, that would be great. Thanks, Amir.