Fri Jan 2 01:13:49 2009 UTC ()
Add more tasks and add more details about them.


(haad)
diff -r1.3 -r1.4 src/sys/dev/dm/TODO

cvs diff -r1.3 -r1.4 src/sys/dev/dm/TODO (expand / switch to context diff)
--- src/sys/dev/dm/TODO 2008/12/22 02:18:53 1.3
+++ src/sys/dev/dm/TODO 2009/01/02 01:13:49 1.4
@@ -1,18 +1,24 @@
 Important unimplemented features in current device-mapper implementation
 
-* implement dm_dev_event_ioctl and dm_target_msg_ioctl functions
+* Implement dm_dev_event_ioctl and dm_target_msg_ioctl functions
 
-* write more targets mirror, stripe.
+* Write more targets mirror, stripe.
 
-* snapshot target, there is some code in repository already
+* Snapshot target, there is some code in repository already
 
-* integrate LVM with sysinst, so we can configure LVM during installation
+  	    	     	General LVM tasks
 
+* Cleanup resize_ffs to properly resize filesystem on LV
+
+* Integrate LVM with the sysinst, so we can configure LVM during installation
+
+
 			Pain in the sky tasks
 
-* implement multipath target for network attached storage devices.
+* Implement multipath target for network attached storage devices.
 
 * Cluster lvm extension, NetBSD needs Distributed Lock Manager for this.
 
-* write GPL free libdevmapper and lvm2tools.
+* Write GPL free libdevmapper and lvm2tools.
+  See http://mail-index.netbsd.org/tech-kern/2008/09/24/msg002794.html