Subversion Repositories HelenOS

Rev

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

Rev 2666 Rev 2684
Line 97... Line 97...
97
            vfs_read(callid, &call);
97
            vfs_read(callid, &call);
98
            break;
98
            break;
99
        case VFS_WRITE:
99
        case VFS_WRITE:
100
            vfs_write(callid, &call);
100
            vfs_write(callid, &call);
101
            break;
101
            break;
-
 
102
        case VFS_SEEK:
-
 
103
            vfs_seek(callid, &call);
-
 
104
            break;
102
        case VFS_UNMOUNT:
105
        case VFS_UNMOUNT:
103
        case VFS_CREATE:
106
        case VFS_CREATE:
104
        case VFS_CLOSE:
107
        case VFS_CLOSE:
105
        case VFS_SEEK:
-
 
106
        case VFS_UNLINK:
108
        case VFS_UNLINK:
107
        case VFS_RENAME:
109
        case VFS_RENAME:
108
        default:
110
        default:
109
            ipc_answer_0(callid, ENOTSUP);
111
            ipc_answer_0(callid, ENOTSUP);
110
            break;
112
            break;