Changeset d60ce4a in mainline for uspace/srv/vfs/vfs.c


Ignore:
Timestamp:
2013-07-25T12:56:08Z (12 years ago)
Author:
Ji?? Z?rev?cky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bf9dc4e2
Parents:
d18c404
Message:

Remove UNLINK from the server.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs.c

    rd18c404 rd60ce4a  
    109109                        vfs_fstat(callid, &call);
    110110                        break;
    111                 case VFS_IN_UNLINK:
    112                         vfs_unlink(callid, &call);
    113                         break;
    114111                case VFS_IN_UNLINK2:
    115112                        vfs_unlink2(callid, &call);
Note: See TracChangeset for help on using the changeset viewer.