Changeset 222e57c in mainline for uspace/srv/vfs/vfs.c


Ignore:
Timestamp:
2008-01-06T19:39:13Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
41a0d27
Parents:
10d6b858
Message:

Add libc and VFS implementation of lseek(), VFS_SEEK resp.
Add the size member to the VFS node structure (not yet initialized).

File:
1 edited

Legend:

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

    r10d6b858 r222e57c  
    100100                        vfs_write(callid, &call);
    101101                        break;
     102                case VFS_SEEK:
     103                        vfs_seek(callid, &call);
     104                        break;
    102105                case VFS_UNMOUNT:
    103106                case VFS_CREATE:
    104107                case VFS_CLOSE:
    105                 case VFS_SEEK:
    106108                case VFS_UNLINK:
    107109                case VFS_RENAME:
Note: See TracChangeset for help on using the changeset viewer.