Changeset d8634a79 in mainline for uspace/srv/fs/exfat/exfat_ops.c


Ignore:
Timestamp:
2011-08-02T20:23:04Z (13 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6f60727
Parents:
f6641d2
Message:

Implement exfat_stat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/exfat/exfat_ops.c

    rf6641d2 rd8634a79  
    10781078}
    10791079
     1080void exfat_stat(ipc_callid_t rid, ipc_call_t *request)
     1081{
     1082        libfs_stat(&exfat_libfs_ops, exfat_reg.fs_handle, rid, request);
     1083}
     1084
    10801085/**
    10811086 * @}
Note: See TracChangeset for help on using the changeset viewer.