On Tue, Jul 14, 2020 at 9:18 PM Vivek Goyal <vgoyal@xxxxxxxxxx> wrote: > > On Mon, Jul 13, 2020 at 05:19:43PM +0300, Amir Goldstein wrote: > > With index feature enabled, on failure to create index dir, overlay > > is being mounted read-only. However, we do not forbid user to remount > > overlay read-write. Fix that by setting ofs->workdir to NULL, which > > prevents remount read-write. > > > > Signed-off-by: Amir Goldstein <amir73il@xxxxxxxxx> > > This patch does not apply for me. What branch you have generated it > against. I am using 5.8-rc4. It's from my ovl-fixes branch. Sorry I did not notice that it depends on a previous patch that Miklos just picked up: "ovl: fix oops in ovl_indexdir_cleanup() with nfs_export=on" Thanks, Amir.