Changeset 20c071d in mainline for uspace/srv/vfs/vfs.c


Ignore:
Timestamp:
2013-07-25T12:28:48Z (11 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:
d18c404
Parents:
fadc76f
Message:

Implement server side of unlink2().

File:
1 edited

Legend:

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

    rfadc76f r20c071d  
    112112                        vfs_unlink(callid, &call);
    113113                        break;
     114                case VFS_IN_UNLINK2:
     115                        vfs_unlink2(callid, &call);
     116                        break;
    114117                case VFS_IN_RENAME:
    115118                        vfs_rename(callid, &call);
Note: See TracChangeset for help on using the changeset viewer.