[lvm-devel] LVM2/tools dmsetup.c

agk at sourceware.org agk at sourceware.org
Thu Dec 1 14:57:31 UTC 2011


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk at sourceware.org	2011-12-01 14:57:31

Modified files:
	tools          : dmsetup.c 

Log message:
	update old comment

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/dmsetup.c.diff?cvsroot=lvm2&r1=1.169&r2=1.170

--- LVM2/tools/dmsetup.c	2011/09/22 17:12:28	1.169
+++ LVM2/tools/dmsetup.c	2011/12/01 14:57:30	1.170
@@ -2049,6 +2049,11 @@
 		_out_char(']');
 }
 
+/* FIXME Display table or status line. (Disallow both?) */
+static void _display_tree_targets(struct dm_tree_node *node, unsigned depth)
+{
+}
+
 static void _display_tree_node(struct dm_tree_node *node, unsigned depth,
 			       unsigned first_child __attribute__((unused)),
 			       unsigned last_child, unsigned has_children)
@@ -2109,7 +2114,7 @@
 
 	if (TR_PRINT_TARGETS) {
 		_tree_more[depth + 1] = has_children;
-		// FIXME _display_tree_targets(name, depth + 2);
+		_display_tree_targets(node, depth + 2);
 	}
 }
 




More information about the lvm-devel mailing list