Changeset 6ba36a0 in mainline for uspace/srv/volsrv/mkfs.c


Ignore:
Timestamp:
2018-10-03T15:31:58Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9b0ceb1
Parents:
b209135
Message:

Setting a custom ext4 volume label.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/volsrv/mkfs.c

    rb209135 r6ba36a0  
    148148        switch (fstype) {
    149149        case fs_exfat:
     150        case fs_ext4:
    150151        case fs_fat:
    151152                vlsupp->supported = true;
    152153                break;
    153154        case fs_minix:
    154         case fs_ext4:
    155155        case fs_cdfs:
    156156                break;
Note: See TracChangeset for help on using the changeset viewer.