Subversion Repositories HelenOS

Rev

Rev 2619 | Rev 2637 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2619 Rev 2625
Line 92... Line 92...
92
            keep_on_going = false;
92
            keep_on_going = false;
93
            break;
93
            break;
94
        case VFS_OPEN:
94
        case VFS_OPEN:
95
            vfs_open(callid, &call);
95
            vfs_open(callid, &call);
96
            break;
96
            break;
-
 
97
        case VFS_READ:
-
 
98
            vfs_read(callid, &call);
-
 
99
            break;
97
        case VFS_UNMOUNT:
100
        case VFS_UNMOUNT:
98
        case VFS_CREATE:
101
        case VFS_CREATE:
99
        case VFS_CLOSE:
102
        case VFS_CLOSE:
100
        case VFS_READ:
-
 
101
        case VFS_WRITE:
103
        case VFS_WRITE:
102
        case VFS_SEEK:
104
        case VFS_SEEK:
103
        case VFS_UNLINK:
105
        case VFS_UNLINK:
104
        case VFS_RENAME:
106
        case VFS_RENAME:
105
        default:
107
        default: