Rev 4539 | Rev 4566 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4539 | Rev 4563 | ||
---|---|---|---|
Line 81... | Line 81... | ||
81 | case IPC_M_PHONE_HUNGUP: |
81 | case IPC_M_PHONE_HUNGUP: |
82 | keep_on_going = false; |
82 | keep_on_going = false; |
83 | break; |
83 | break; |
84 | case VFS_REGISTER: |
84 | case VFS_REGISTER: |
85 | vfs_register(callid, &call); |
85 | vfs_register(callid, &call); |
86 | /* |
- | |
87 | * Keep the connection open so that a file system can |
86 | keep_on_going = false; |
88 | * later ask us to connect it to another file system. |
- | |
89 | * This is necessary to support non-root mounts. |
- | |
90 | */ |
- | |
91 | break; |
87 | break; |
92 | case VFS_MOUNT: |
88 | case VFS_MOUNT: |
93 | vfs_mount(callid, &call); |
89 | vfs_mount(callid, &call); |
94 | break; |
90 | break; |
95 | case VFS_OPEN: |
91 | case VFS_OPEN: |