Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2624 → Rev 2625

/trunk/uspace/srv/vfs/vfs.c
94,10 → 94,12
case VFS_OPEN:
vfs_open(callid, &call);
break;
case VFS_READ:
vfs_read(callid, &call);
break;
case VFS_UNMOUNT:
case VFS_CREATE:
case VFS_CLOSE:
case VFS_READ:
case VFS_WRITE:
case VFS_SEEK:
case VFS_UNLINK: