]> sourceware.org Git - lvm2.git/commitdiff
lvconvert: remove some FIXME comments
authorDavid Teigland <teigland@redhat.com>
Fri, 8 Jul 2016 20:31:27 +0000 (15:31 -0500)
committerDavid Teigland <teigland@redhat.com>
Mon, 11 Jul 2016 15:29:10 +0000 (10:29 -0500)
tools/lvconvert.c

index 0319601c8e21b5fbe7682959b2ec1440f10bd414..72dc381f812595368329098a9e6b5b8e619572eb 100644 (file)
@@ -3653,8 +3653,6 @@ static int _convert_mirror_linear(struct cmd_context *cmd, struct logical_volume
 /*
  * Convert mirror LV to raid1 LV.
  * lvconvert --type raid1 LV
- *
- * FIXME: this is not yet implemented in the raid code.
  */
 
 static int _convert_mirror_raid(struct cmd_context *cmd, struct logical_volume *lv,
@@ -3846,8 +3844,6 @@ static int _convert_raid_raid(struct cmd_context *cmd, struct logical_volume *lv
 /*
  * Convert a raid* LV to a striped LV.
  * lvconvert --type striped LV
- *
- * FIXME: this is not yet implemented in the raid code.
  */
 
 static int _convert_raid_striped(struct cmd_context *cmd, struct logical_volume *lv,
@@ -3859,8 +3855,6 @@ static int _convert_raid_striped(struct cmd_context *cmd, struct logical_volume
 /*
  * Convert a raid* LV to a linear LV.
  * lvconvert --type linear LV
- *
- * FIXME: this is not yet implemented in the raid code.
  */
 
 static int _convert_raid_linear(struct cmd_context *cmd, struct logical_volume *lv,
This page took 0.046433 seconds and 5 git commands to generate.