Changeset 320c884 in mainline for uspace/srv/vfs/vfs.c


Ignore:
Timestamp:
2007-11-04T19:47:32Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
798f364
Parents:
89cb140
Message:

A lot of more VFS prototyping.
VFS_OPEN gets reasonably complete, fix a limitation that prevented file
structures from being shared by multiple file descriptors, add functions for
file descriptor management, introduce unlink_futex and two new VFS operations
VFS_UNLINK and VFS_RENAME.

File:
1 edited

Legend:

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

    r89cb140 r320c884  
    101101                case VFS_WRITE:
    102102                case VFS_SEEK:
     103                case VFS_UNLINK:
     104                case VFS_RENAME:
    103105                default:
    104106                        ipc_answer_fast_0(callid, ENOTSUP);
Note: See TracChangeset for help on using the changeset viewer.