All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ver_linux: Remove checks for reiserfsprogs.
@ 2025-06-08  3:12 Collin Funk
  2025-06-08  3:12 ` [PATCH 2/2] docs: Remove reiserfsprogs from dependencies Collin Funk
  2025-06-09 20:54 ` [PATCH 1/2] ver_linux: Remove checks for reiserfsprogs Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Collin Funk @ 2025-06-08  3:12 UTC (permalink / raw)
  To: corbet; +Cc: workflows, linux-doc, linux-kernel, Collin Funk

The reiserfsprogs package is no longer needed since ReiserFS was removed
in Linux 6.13.

Signed-off-by: Collin Funk <collin.funk1@gmail.com>
---
 scripts/ver_linux | 2 --
 1 file changed, 2 deletions(-)

diff --git a/scripts/ver_linux b/scripts/ver_linux
index 1a8ee4ff0e32..d6f2362d3792 100755
--- a/scripts/ver_linux
+++ b/scripts/ver_linux
@@ -25,8 +25,6 @@ BEGIN {
 	printversion("Module-init-tools", version("depmod -V"))
 	printversion("E2fsprogs", version("tune2fs"))
 	printversion("Jfsutils", version("fsck.jfs -V"))
-	printversion("Reiserfsprogs", version("reiserfsck -V"))
-	printversion("Reiser4fsprogs", version("fsck.reiser4 -V"))
 	printversion("Xfsprogs", version("xfs_db -V"))
 	printversion("Pcmciautils", version("pccardctl -V"))
 	printversion("Pcmcia-cs", version("cardmgr -V"))
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-06-09 20:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-08  3:12 [PATCH 1/2] ver_linux: Remove checks for reiserfsprogs Collin Funk
2025-06-08  3:12 ` [PATCH 2/2] docs: Remove reiserfsprogs from dependencies Collin Funk
2025-06-09 20:54 ` [PATCH 1/2] ver_linux: Remove checks for reiserfsprogs Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.