Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/util-linux/volume_id/ocfs2.c

    r2725 r3232  
    102102                    OCFS2_MAX_VOL_LABEL_LEN : VOLUME_ID_LABEL_SIZE);
    103103    volume_id_set_uuid(id, os->s_uuid, UUID_DCE);
    104 //  id->type = "ocfs2";
     104    IF_FEATURE_BLKID_TYPE(id->type = "ocfs2";)
    105105    return 0;
    106106}
Note: See TracChangeset for help on using the changeset viewer.