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


Ignore:
Timestamp:
2007-12-25T20:02:25Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c1bf5cb
Parents:
1356a04c
Message:

VFS and TMPFS support for VFS_WRITE.

File:
1 edited

Legend:

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

    r1356a04c ree1b8ca  
    9797                        vfs_read(callid, &call);
    9898                        break;
     99                case VFS_WRITE:
     100                        vfs_write(callid, &call);
     101                        break;
    99102                case VFS_UNMOUNT:
    100103                case VFS_CREATE:
    101104                case VFS_CLOSE:
    102                 case VFS_WRITE:
    103105                case VFS_SEEK:
    104106                case VFS_UNLINK:
Note: See TracChangeset for help on using the changeset viewer.