CVSROOT: /cvs/dm Module name: device-mapper Changes by: agk@xxxxxxxxxxxxxx 2008-04-21 16:57:11 Modified files: dmsetup : dmsetup.c Log message: Use 'active' for !suspended as the code already uses that. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/dmsetup/dmsetup.c.diff?cvsroot=dm&r1=1.106&r2=1.107 --- device-mapper/dmsetup/dmsetup.c 2008/04/21 13:16:30 1.106 +++ device-mapper/dmsetup/dmsetup.c 2008/04/21 16:57:11 1.107 @@ -1678,7 +1678,7 @@ if (info->suspended) dm_report_field_set_value(field, "Suspended", NULL); else - dm_report_field_set_value(field, "", NULL); + dm_report_field_set_value(field, "Active", NULL); return 1; } -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel