Rev 2637 | Rev 2684 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2637 | Rev 2654 | ||
---|---|---|---|
Line 87... | Line 87... | ||
87 | vfs_register(callid, &call); |
87 | vfs_register(callid, &call); |
88 | keep_on_going = false; |
88 | keep_on_going = false; |
89 | break; |
89 | break; |
90 | case VFS_MOUNT: |
90 | case VFS_MOUNT: |
91 | vfs_mount(callid, &call); |
91 | vfs_mount(callid, &call); |
92 | keep_on_going = false; |
- | |
93 | break; |
92 | break; |
94 | case VFS_OPEN: |
93 | case VFS_OPEN: |
95 | vfs_open(callid, &call); |
94 | vfs_open(callid, &call); |
96 | break; |
95 | break; |
97 | case VFS_READ: |
96 | case VFS_READ: |