mbox series

[0/2] ovl: fix regression from new mount api conversion

Message ID 20231012134428.1874373-1-amir73il@gmail.com (mailing list archive)
Headers show
Series ovl: fix regression from new mount api conversion | expand

Message

Amir Goldstein Oct. 12, 2023, 1:44 p.m. UTC
Miklos, Christian,

I decided this was easy enough to fix with a generic helper without
duplicating code, so we'd better fix it while 6.5.y is still taking
fixed.

It looks like smb3_fs_context_parse_monolithic() could also use the
generic helper, but it is not a straight forward change, so I will leave
that to smb client developers.

Thanks,
Amir.

Amir Goldstein (2):
  fs: factor out vfs_parse_monolithic_sep() helper
  ovl: fix regression in parsing of mount options with esacped comma

 fs/fs_context.c            | 34 +++++++++++++++++++++++++++++-----
 fs/overlayfs/params.c      | 29 +++++++++++++++++++++++++++++
 include/linux/fs_context.h |  2 ++
 3 files changed, 60 insertions(+), 5 deletions(-)