mbox series

[GIT,PULL] overlayfs update for 6.5 - part 2

Message ID 20230704165304.658275-1-amir73il@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] overlayfs update for 6.5 - part 2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs.git ovl-update-6.5-2

Message

Amir Goldstein July 4, 2023, 4:53 p.m. UTC
Hi Linus,

This is a small "move code around" followup by Christian to his
work on porting overlayfs to the new mount api for 6.5.

This branch merges cleanly with master and passes the usual tests.
It has been sitting in linux-next for a few days and yesterday
it was updated with a build warning fix reported by Arnd [1].

It is not strictly necessary to have this merged for rc1, but it will
make things a bit cleaner and simpler for the next development cycle
when I hand overlayfs over to Miklos.

Thanks,
Amir.

[1] https://lore.kernel.org/linux-unionfs/CAOQ4uxj5v=zTsiXvHGD70nMcKSvTVwM2G0raCDePY64gofu+AQ@mail.gmail.com/

The following changes since commit a901a3568fd26ca9c4a82d8bc5ed5b3ed844d451:

  Merge tag 'iomap-6.5-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux (2023-07-02 11:14:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs.git ovl-update-6.5-2

for you to fetch changes up to 7fb7998b599a2e1f3744fbd34a3e7145da841ed1:

  ovl: move all parameter handling into params.{c,h} (2023-07-03 16:08:17 +0300)

----------------------------------------------------------------
overlayfs update for 6.5 - part 2

----------------------------------------------------------------
Christian Brauner (1):
      ovl: move all parameter handling into params.{c,h}

 fs/overlayfs/overlayfs.h |  41 +---
 fs/overlayfs/params.c    | 532 ++++++++++++++++++++++++++++++++++++++++++++++-
 fs/overlayfs/params.h    |  42 ++++
 fs/overlayfs/super.c     | 530 +---------------------------------------------
 4 files changed, 581 insertions(+), 564 deletions(-)
 create mode 100644 fs/overlayfs/params.h

Comments

pr-tracker-bot@kernel.org July 4, 2023, 6:59 p.m. UTC | #1
The pull request you sent on Tue,  4 Jul 2023 19:53:04 +0300:

> git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs.git ovl-update-6.5-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/538140ca602b1c5f3870bef051c93b491045f70a

Thank you!