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


Ignore:
Timestamp:
2008-02-17T16:22:10Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cf19ab5
Parents:
e704503
Message:

Support for rmdir(), unlink() and the respective VFS operations.

File:
1 edited

Legend:

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

    re704503 rf15cf1a6  
    112112                        vfs_mkdir(callid, &call);
    113113                        break;
     114                case VFS_UNLINK:
     115                        vfs_unlink(callid, &call);
     116                        break;
    114117                default:
    115118                        ipc_answer_0(callid, ENOTSUP);
Note: See TracChangeset for help on using the changeset viewer.