Subversion Repositories HelenOS

Rev

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

Rev 2654 Rev 2666
Line 94... Line 94...
94
            vfs_open(callid, &call);
94
            vfs_open(callid, &call);
95
            break;
95
            break;
96
        case VFS_READ:
96
        case VFS_READ:
97
            vfs_read(callid, &call);
97
            vfs_read(callid, &call);
98
            break;
98
            break;
-
 
99
        case VFS_WRITE:
-
 
100
            vfs_write(callid, &call);
-
 
101
            break;
99
        case VFS_UNMOUNT:
102
        case VFS_UNMOUNT:
100
        case VFS_CREATE:
103
        case VFS_CREATE:
101
        case VFS_CLOSE:
104
        case VFS_CLOSE:
102
        case VFS_WRITE:
-
 
103
        case VFS_SEEK:
105
        case VFS_SEEK:
104
        case VFS_UNLINK:
106
        case VFS_UNLINK:
105
        case VFS_RENAME:
107
        case VFS_RENAME:
106
        default:
108
        default:
107
            ipc_answer_0(callid, ENOTSUP);
109
            ipc_answer_0(callid, ENOTSUP);