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


Ignore:
Timestamp:
2013-07-23T22:43:48Z (12 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:
0b18364
Parents:
c442f63
Message:

Implement server side of VFS_WALK and VFS_OPEN2.

File:
1 edited

Legend:

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

    rc442f63 rcb65bbe  
    8585                        vfs_unmount(callid, &call);
    8686                        break;
     87                case VFS_IN_WALK:
     88                        vfs_walk(callid, &call);
     89                        break;
     90                case VFS_IN_OPEN2:
     91                        vfs_open(callid, &call);
     92                        break;
    8793                case VFS_IN_OPEN:
    8894                        vfs_open(callid, &call);
Note: See TracChangeset for help on using the changeset viewer.