Re: [PATCH RESEND] fs_context: drop the unused lsm_flags member
From: Christian Brauner <brauner@kernel.org>
Date: 2023-03-16 13:47:11
Also in:
linux-fsdevel, linux-nfs
From: Christian Brauner <brauner@kernel.org>
Date: 2023-03-16 13:47:11
Also in:
linux-fsdevel, linux-nfs
From: Christian Brauner (Microsoft) <brauner@kernel.org> On Thu, 16 Mar 2023 14:07:51 +0100, Ondrej Mosnacek wrote:
This isn't ever used by VFS now, and it couldn't even work. Any FS that uses the SECURITY_LSM_NATIVE_LABELS flag needs to also process the value returned back from the LSM, so it needs to do its security_sb_set_mnt_opts() call on its own anyway.
Seems indeed unused currently. I don't see fc->lsm_flags being used after
having been set. So applied. Please yell, if there's some subtle place where
this should matter after all,
tree: git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping.git
branch: fs.misc
[1/1] fs_context: drop the unused lsm_flags member
commit: 4e04143c869c5b6d499fbd5083caa860d5c942c3