]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: remove obsolete mount.txt, update AUTHORS
authorKarel Zak <kzak@redhat.com>
Mon, 29 Jun 2026 11:58:35 +0000 (13:58 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 29 Jun 2026 11:58:35 +0000 (13:58 +0200)
Move mount/umount original authors (Doug Quale, H.J. Lu,
Rick Sladkey, Stephen Tweedie) to the AUTHORS file. Remove
the obsolete Documentation/mount.txt with its pre-libmount
developer notes.

Signed-off-by: Karel Zak <kzak@redhat.com>
AUTHORS
Documentation/mount.txt [deleted file]

diff --git a/AUTHORS b/AUTHORS
index 1e4fa73ea113ed84704cd56a094ccf26ea352f13..e1d47be737a3705ae91384fc79180b3e2c642f66 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -43,6 +43,10 @@ AUTHORS (merged projects & commands):
       libblkid:        [merged from e2fsprogs]
                        Theodore Ts'o <tytso@mit.edu>
       libmount:        Karel Zak <kzak@redhat.com>
+      mount/umount:    Doug Quale <quale@saavik.cs.wisc.edu>
+                       H.J. Lu <hlu@eecs.wsu.edu>
+                       Rick Sladkey <jrs@world.std.com>
+                       Stephen Tweedie <sct@dcs.ed.ac.uk>
       libuuid:         Theodore Ts'o <tytso@mit.edu>
       liblastlog2:     Thorsten Kukuk <kukuk@suse.com>
       lscpu:           Cai Qian <qcai@redhat.com>
diff --git a/Documentation/mount.txt b/Documentation/mount.txt
deleted file mode 100644 (file)
index 0256582..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-mount/umount for Linux 0.97.3 and later.
-Authors:
-Doug Quale <quale@saavik.cs.wisc.edu>,
-H.J. Lu <hlu@eecs.wsu.edu>,
-Rick Sladkey <jrs@world.std.com>,
-Stephen Tweedie <sct@dcs.ed.ac.uk>.
-Andries Brouwer <aeb@cwi.nl>
-Adrian Bunk <bunk@stusta.de>
-
-Presently in util-linux maintained by Karel Zak <kzak@redhat.com>.
-
-== Notes to developers ==
-
-       The final solution will be libmount/mount.c as the
-       mount(8) command implementation. So, let's keep the
-       current mount/* code in maintenance mode and don't try to
-       rewrite it :-)