Ignore:
File:
1 edited

Legend:

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

    r3c11713 rbbddafb  
    106106                        tmpfs_mount(callid, &call);
    107107                        break;
    108                 case VFS_OUT_UNMOUNTED:
    109                         tmpfs_unmounted(callid, &call);
    110                         break;
    111                 case VFS_OUT_UNMOUNT:
    112                         tmpfs_unmount(callid, &call);
    113                         break;
    114108                case VFS_OUT_LOOKUP:
    115109                        tmpfs_lookup(callid, &call);
Note: See TracChangeset for help on using the changeset viewer.