diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-11-21 09:50:18 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-11-21 09:50:18 -0800 |
commit | c01f664e4ca210823b7594b50669bbd9b0a3c3b0 (patch) | |
tree | a628328f90d9696b55606a89758c1d41ffaa9609 /scripts/selinux | |
parent | 597861d6cd343a6ded4cf0302f6fc25ec548e1cc (diff) | |
parent | fb6f20ecb121cef4d7946f834a6ee867c4e21b4a (diff) |
Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Pull reiserfs removal from Jan Kara:
"The deprecation period of reiserfs is ending at the end of this year
so it is time to remove it"
* tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
reiserfs: The last commit
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 52365921c043..ea7fbe595971 100644 --- a/scripts/selinux/mdp/mdp.c +++ b/scripts/selinux/mdp/mdp.c @@ -167,9 +167,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 |