Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/devfs/devfs_ops.c

    r3c11713 r1313ee9  
    434434}
    435435
    436 void devfs_unmounted(ipc_callid_t rid, ipc_call_t *request)
    437 {
    438         ipc_answer_0(rid, ENOTSUP);
    439 }
    440 
    441 void devfs_unmount(ipc_callid_t rid, ipc_call_t *request)
    442 {
    443         libfs_unmount(&devfs_libfs_ops, rid, request);
    444 }
    445 
    446436void devfs_lookup(ipc_callid_t rid, ipc_call_t *request)
    447437{
Note: See TracChangeset for help on using the changeset viewer.