]> sourceware.org Git - lvm2.git/commitdiff
update old comment
authorAlasdair Kergon <agk@redhat.com>
Thu, 1 Dec 2011 14:57:30 +0000 (14:57 +0000)
committerAlasdair Kergon <agk@redhat.com>
Thu, 1 Dec 2011 14:57:30 +0000 (14:57 +0000)
tools/dmsetup.c

index f35c8a53d988bfa4bb938b33840ce27645cf927a..7c01bad41d679cb119d3150a0ff87bdcfb5f25ff 100644 (file)
@@ -2049,6 +2049,11 @@ static void _display_tree_attributes(struct dm_tree_node *node)
                _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 @@ static void _display_tree_node(struct dm_tree_node *node, unsigned depth,
 
        if (TR_PRINT_TARGETS) {
                _tree_more[depth + 1] = has_children;
-               // FIXME _display_tree_targets(name, depth + 2);
+               _display_tree_targets(node, depth + 2);
        }
 }
 
This page took 0.03388 seconds and 5 git commands to generate.