summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorKarel Zak2007-10-11 00:22:38 +0200
committerKarel Zak2007-10-11 00:30:42 +0200
commit669eecf38b5d2c4315b79f7daca18b4aec3b8a61 (patch)
tree47c974632dd17aa933892dce0b0ee3570234b978 /TODO
parentmount: clean up gcc warnings (mount_mntent.c) (diff)
downloadkernel-qcow2-util-linux-669eecf38b5d2c4315b79f7daca18b4aec3b8a61.tar.gz
kernel-qcow2-util-linux-669eecf38b5d2c4315b79f7daca18b4aec3b8a61.tar.xz
kernel-qcow2-util-linux-669eecf38b5d2c4315b79f7daca18b4aec3b8a61.zip
docs: add a note about minix v3 to TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 14 insertions, 2 deletions
diff --git a/TODO b/TODO
index 977737183..117164822 100644
--- a/TODO
+++ b/TODO
@@ -94,6 +94,18 @@
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.