linux-unionfs mirror
 help / color / mirror / Atom feed
From: Amir Goldstein <amir73il@gmail.com>
To: Miklos Szeredi <miklos@szeredi.hu>,
	Christian Brauner <brauner@kernel.org>
Cc: linux-unionfs@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: [PATCH 0/2] ovl: fix regression from new mount api conversion
Date: Thu, 12 Oct 2023 16:44:26 +0300	[thread overview]
Message-ID: <20231012134428.1874373-1-amir73il@gmail.com> (raw)

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(-)

-- 
2.34.1


             reply	other threads:[~2023-10-12 13:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-12 13:44 Amir Goldstein [this message]
2023-10-12 13:44 ` [PATCH 1/2] fs: factor out vfs_parse_monolithic_sep() helper Amir Goldstein
2023-10-12 15:19   ` Christian Brauner
2023-10-12 13:44 ` [PATCH 2/2] ovl: fix regression in parsing of mount options with esacped comma Amir Goldstein

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231012134428.1874373-1-amir73il@gmail.com \
    --to=amir73il@gmail.com \
    --cc=brauner@kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-unionfs@vger.kernel.org \
    --cc=miklos@szeredi.hu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).