]> git.ipfire.org Git - thirdparty/linux.git/commit
libfs: drop redundant SB_I_NOEXEC/SB_I_NODEV in init_pseudo() callers
authorJohn Hubbard <jhubbard@nvidia.com>
Thu, 4 Jun 2026 02:53:15 +0000 (19:53 -0700)
committerChristian Brauner <brauner@kernel.org>
Thu, 4 Jun 2026 08:10:49 +0000 (10:10 +0200)
commitbe5748d2ae03907918298cc355bea73aed98ebc0
treee9dccc88de8a99eb18dee88462aeee0664de3090
parent6de2aeffabaafaeda819e60ec8d04f199711e11a
libfs: drop redundant SB_I_NOEXEC/SB_I_NODEV in init_pseudo() callers

init_pseudo() now sets SB_I_NOEXEC and SB_I_NODEV by default, so the
per-caller assignments are redundant. Drop them.

Signed-off-by: John Hubbard <jhubbard@nvidia.com>
Link: https://patch.msgid.link/20260604025315.245910-3-jhubbard@nvidia.com
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
fs/aio.c
fs/anon_inodes.c
fs/nsfs.c
fs/pidfs.c
mm/secretmem.c
virt/kvm/guest_memfd.c