diff options
author | Jan Kara <jack@suse.cz> | 2024-10-17 12:28:23 +0200 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2024-10-21 16:29:38 +0200 |
commit | fb6f20ecb121cef4d7946f834a6ee867c4e21b4a (patch) | |
tree | a345adf1801f8b246af03dcf2a8cb9b935fd5827 /scripts/selinux | |
parent | Merge tag 'hid-for-linus-2024101301' of git://git.kernel.org/pub/scm/linux/ke... (diff) | |
download | linux-fb6f20ecb121cef4d7946f834a6ee867c4e21b4a.tar.xz linux-fb6f20ecb121cef4d7946f834a6ee867c4e21b4a.zip |
reiserfs: The last commit
Deprecation period of reiserfs ends with the end of this year so it is
time to remove it from the kernel.
Acked-by: Darrick J. Wong <djwong@kernel.org>
Acked-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'scripts/selinux')
-rw-r--r-- | scripts/selinux/mdp/mdp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/selinux/mdp/mdp.c b/scripts/selinux/mdp/mdp.c index 1415604c3d24..a413c157904d 100644 --- a/scripts/selinux/mdp/mdp.c +++ b/scripts/selinux/mdp/mdp.c @@ -171,9 +171,6 @@ int main(int argc, char *argv[]) #ifdef CONFIG_JFS_SECURITY FS_USE("xattr", "jfs"); #endif -#ifdef CONFIG_REISERFS_FS_SECURITY - FS_USE("xattr", "reiserfs"); -#endif #ifdef CONFIG_JFFS2_FS_SECURITY FS_USE("xattr", "jffs2"); #endif |