whitespace cleanup. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -86,7 +86,7 @@ int FAST_FUNC volume_id_probe_nilfs(struct volume_id *id /*,uint64_t off*/)
|
||||
// When used it is at 4K from the end of the partition (sb->s_dev_size - NILFS_SB2_OFFSET).
|
||||
|
||||
volume_id_set_label_string(id, sb->s_volume_name, NILFS_LABEL_SIZE < VOLUME_ID_LABEL_SIZE ?
|
||||
NILFS_LABEL_SIZE : VOLUME_ID_LABEL_SIZE);
|
||||
NILFS_LABEL_SIZE : VOLUME_ID_LABEL_SIZE);
|
||||
volume_id_set_uuid(id, sb->s_uuid, UUID_DCE);
|
||||
|
||||
if (sb->s_rev_level == 2)
|
||||
|
||||
@@ -132,7 +132,7 @@ int FAST_FUNC volume_id_probe_ntfs(struct volume_id *id /*,uint64_t off*/)
|
||||
dbg("mft record size %i", mft_record_size);
|
||||
|
||||
buf = volume_id_get_buffer(id, off + mft_off + (MFT_RECORD_VOLUME * mft_record_size),
|
||||
mft_record_size);
|
||||
mft_record_size);
|
||||
if (buf == NULL)
|
||||
goto found;
|
||||
|
||||
@@ -165,7 +165,7 @@ int FAST_FUNC volume_id_probe_ntfs(struct volume_id *id /*,uint64_t off*/)
|
||||
break;
|
||||
|
||||
dbg("found attribute type 0x%x, len %i, at offset %i",
|
||||
attr_type, attr_len, attr_off);
|
||||
attr_type, attr_len, attr_off);
|
||||
|
||||
// if (attr_type == MFT_RECORD_ATTR_VOLUME_INFO) {
|
||||
// struct volume_info *info;
|
||||
|
||||
@@ -109,7 +109,7 @@ nsr:
|
||||
return -1;
|
||||
|
||||
dbg("vsd: %c%c%c%c%c",
|
||||
vsd->id[0], vsd->id[1], vsd->id[2], vsd->id[3], vsd->id[4]);
|
||||
vsd->id[0], vsd->id[1], vsd->id[2], vsd->id[3], vsd->id[4]);
|
||||
|
||||
if (vsd->id[0] == '\0')
|
||||
return -1;
|
||||
|
||||
@@ -109,7 +109,7 @@ int FAST_FUNC volume_id_probe_msdos_part_table(struct volume_id *id, uint64_t of
|
||||
extended = off + poff;
|
||||
} else {
|
||||
dbg("found 0x%x data partition at 0x%llx, len 0x%llx",
|
||||
part[i].sys_ind, (unsigned long long) poff, (unsigned long long) plen);
|
||||
part[i].sys_ind, (unsigned long long) poff, (unsigned long long) plen);
|
||||
|
||||
// if (is_raid(part[i].sys_ind))
|
||||
// volume_id_set_usage_part(p, VOLUME_ID_RAID);
|
||||
|
||||
@@ -62,7 +62,7 @@ int FAST_FUNC volume_id_probe_silicon_medley_raid(struct volume_id *id, uint64_t
|
||||
|
||||
// volume_id_set_usage(id, VOLUME_ID_RAID);
|
||||
// snprintf(id->type_version, sizeof(id->type_version)-1, "%u.%u",
|
||||
// le16_to_cpu(sil->major_ver), le16_to_cpu(sil->minor_ver));
|
||||
// le16_to_cpu(sil->major_ver), le16_to_cpu(sil->minor_ver));
|
||||
// id->type = "silicon_medley_raid_member";
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user