[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250523-vfs-mount-419141f78092@brauner>
Date: Fri, 23 May 2025 14:41:15 +0200
From: Christian Brauner <brauner@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Christian Brauner <brauner@...nel.org>,
linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL for v6.16] vfs mount
Hey Linus,
Unfortunately this had to be rebased as this had patches in it who were
also present in another branch under different hashes. Because I both
merged them and exposed them as one set in -next this didn't get
noticed. The patches here are trivial though.
/* Summary */
This contains minor mount updates for this cycle:
- mnt->mnt_devname can never be NULL so simplify the code handling that case.
- Add a comment about concurrent changes during statmount() and listmount().
- Update the STATMOUNT_SUPPORTED macro.
- Convert mount flags to an enum.
/* Testing */
gcc (Debian 14.2.0-19) 14.2.0
Debian clang version 19.1.7 (3)
No build failures or warnings were observed.
/* Conflicts */
Merge conflicts with mainline
=============================
No known conflicts.
Merge conflicts with other trees
================================
No known conflicts.
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
are available in the Git repository at:
git@...olite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.16-rc1.mount
for you to fetch changes up to 2b3c61b87519ff5d52fd9d6eb2632975f4e18b04:
statmount: update STATMOUNT_SUPPORTED macro (2025-05-23 14:20:45 +0200)
Please consider pulling these changes from the signed vfs-6.16-rc1.mount tag.
Thanks!
Christian
----------------------------------------------------------------
vfs-6.16-rc1.mount
----------------------------------------------------------------
Al Viro (1):
->mnt_devname is never NULL
Christian Brauner (1):
mount: add a comment about concurrent changes with statmount()/listmount()
Dmitry V. Levin (1):
statmount: update STATMOUNT_SUPPORTED macro
Stephen Brennan (1):
fs: convert mount flags to enum
fs/namespace.c | 43 +++++++++++++++++++------
fs/proc_namespace.c | 12 +++----
include/linux/mount.h | 87 ++++++++++++++++++++++++++-------------------------
3 files changed, 82 insertions(+), 60 deletions(-)
Powered by blists - more mailing lists