summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2025-08-13 12:00:52 +0200
committerJonathan Corbet <corbet@lwn.net>2025-08-18 10:45:43 -0600
commit37c52167b007d9d0bb8c5ed53dd6efc4969a1356 (patch)
tree76f3ac4af6e8b45e66a04473c2d8ef9a1f4d5693 /scripts
parent4e18a0b090f067173dd937ad446b9e199c70a7c8 (diff)
docs: Remove remainders of reiserfs
Reiserfs has been removed in 6.13, there are still some mentions in the documentation about it and the tools. Remove those that don't seem relevant anymore but keep references to reiserfs' r5 hash used by some code. There's one change in a script scripts/selinux/install_policy.sh but it does not seem to be relevant either. Signed-off-by: David Sterba <dsterba@suse.com> Acked-by: Paul Moore <paul@paul-moore.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20250813100053.1291961-1-dsterba@suse.com
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/selinux/install_policy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/selinux/install_policy.sh b/scripts/selinux/install_policy.sh
index db40237e60ce..77368a73f111 100755
--- a/scripts/selinux/install_policy.sh
+++ b/scripts/selinux/install_policy.sh
@@ -74,7 +74,7 @@ cd /etc/selinux/dummy/contexts/files
$SF -F file_contexts /
mounts=`cat /proc/$$/mounts | \
- grep -E "ext[234]|jfs|xfs|reiserfs|jffs2|gfs2|btrfs|f2fs|ocfs2" | \
+ grep -E "ext[234]|jfs|xfs|jffs2|gfs2|btrfs|f2fs|ocfs2" | \
awk '{ print $2 '}`
$SF -F file_contexts $mounts