On Mon, 30 Oct 2023 at 13:04, Amir Goldstein <amir73il@xxxxxxxxx> wrote: > > Miklos, > > As discussed, here are the patches for the new mount options. > > - Only string format is supported > - Legacy lowerdir= cannot be mixed with new lowerdir+,datadir+ > - lowerdir+,datadir+ are not escaped > - lowerdir,upperdir,workdir are escaped as always > > I did not find a good reason to change escaping of upperdir,workdir. > We can skip escaping when we add support for path format. Looks good, other than the minor error reporting issue. Thanks, Miklos