diff options
Diffstat (limited to 'util-linux/volume_id/unused_msdos.c')
-rw-r--r-- | util-linux/volume_id/unused_msdos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/volume_id/unused_msdos.c b/util-linux/volume_id/unused_msdos.c index 65fb88501..2e8cb196a 100644 --- a/util-linux/volume_id/unused_msdos.c +++ b/util-linux/volume_id/unused_msdos.c | |||
@@ -109,7 +109,7 @@ int FAST_FUNC volume_id_probe_msdos_part_table(struct volume_id *id, uint64_t of | |||
109 | extended = off + poff; | 109 | extended = off + poff; |
110 | } else { | 110 | } else { |
111 | dbg("found 0x%x data partition at 0x%llx, len 0x%llx", | 111 | dbg("found 0x%x data partition at 0x%llx, len 0x%llx", |
112 | part[i].sys_ind, (unsigned long long) poff, (unsigned long long) plen); | 112 | part[i].sys_ind, (unsigned long long) poff, (unsigned long long) plen); |
113 | 113 | ||
114 | // if (is_raid(part[i].sys_ind)) | 114 | // if (is_raid(part[i].sys_ind)) |
115 | // volume_id_set_usage_part(p, VOLUME_ID_RAID); | 115 | // volume_id_set_usage_part(p, VOLUME_ID_RAID); |