Changeset f3504c1 in mainline for uspace/srv/volsrv/mkfs.c


Ignore:
Timestamp:
2017-07-11T19:05:33Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
94c05b89
Parents:
b2906c0
Message:

ExFAT volume label support.

File:
1 edited

Legend:

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

    rb2906c0 rf3504c1  
    146146
    147147        switch (fstype) {
     148        case fs_exfat:
    148149        case fs_fat:
    149150                vlsupp->supported = true;
    150151                break;
    151         case fs_exfat:
    152152        case fs_minix:
    153153        case fs_ext4:
Note: See TracChangeset for help on using the changeset viewer.