Ignore:
File:
1 edited

Legend:

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

    r3c11713 r1313ee9  
    449449}
    450450
    451 void tmpfs_unmounted(ipc_callid_t rid, ipc_call_t *request)
    452 {
    453         ipc_answer_0(rid, ENOTSUP);
    454 }
    455 
    456 void tmpfs_unmount(ipc_callid_t rid, ipc_call_t *request)
    457 {
    458         libfs_unmount(&tmpfs_libfs_ops, rid, request);
    459 }
    460 
    461451void tmpfs_lookup(ipc_callid_t rid, ipc_call_t *request)
    462452{
Note: See TracChangeset for help on using the changeset viewer.