Changeset 395df52 in mainline for uspace/lib/ext4/src/ops.c


Ignore:
Timestamp:
2017-05-12T19:58:27Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e48947e
Parents:
de5b708
Message:

Probing for ExFAT, Ext4 and CDFS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/src/ops.c

    rde5b708 r395df52  
    909909static int ext4_fsprobe(service_id_t service_id, vfs_fs_probe_info_t *info)
    910910{
    911         return ENOTSUP;
     911        return ext4_filesystem_probe(service_id);
    912912}
    913913
Note: See TracChangeset for help on using the changeset viewer.