]> err.no Git - util-linux/commitdiff
docs: add a note about minix v3 to TODO file
authorKarel Zak <kzak@redhat.com>
Wed, 10 Oct 2007 22:22:38 +0000 (00:22 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 10 Oct 2007 22:30:42 +0000 (00:30 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
TODO

diff --git a/TODO b/TODO
index 977737183a639aa2804633bdbf48864e2be6e6e0..1171648228377ca7e38a2e9005e6b5722055f2d1 100644 (file)
--- a/TODO
+++ b/TODO
 v2.??:
 =====
 
-- rewrite ipcs to use /proc/sys/kernel rather than unreliable syscalls
-  (there are problems with 32bit userspace on 64bit kernel)
+ * rewrite ipcs to use /proc/sys/kernel rather than unreliable syscalls
+   (there are problems with 32bit userspace on 64bit kernel)
+
+ * minix v3
+
+       From: Matthias Koenig <mkoenig@suse.de>
+       Date:   Tue, 25 Sep 2007 12:00:01 +0200
+
+       It seems that the kernel has support for minix fs v3
+       (though I have not tried it, just inspected some code when
+       trying to find a mkfs.minix issue).
+       It might be worth a thought implementing v3 support
+       (though I am not really sure how much people us minix fs ;-)
+       This might require some major code cleanup in mkfs.minix.