Changeset 75160a6 in mainline for uspace/srv/fs/tmpfs/tmpfs_ops.c


Ignore:
Timestamp:
2009-06-28T19:18:15Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
415c7e0d
Parents:
852b801
Message:

Add libfs_stat() and let FAT and TMPFS use it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/tmpfs/tmpfs_ops.c

    r852b801 r75160a6  
    631631void tmpfs_stat(ipc_callid_t rid, ipc_call_t *request)
    632632{
    633         ipc_answer_0(rid, ENOTSUP);
     633        libfs_stat(&tmpfs_libfs_ops, tmpfs_reg.fs_handle, rid, request);
    634634}
    635635
Note: See TracChangeset for help on using the changeset viewer.