Subversion Repositories HelenOS

Rev

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

Rev 3488 Rev 3847
Line 79... Line 79...
79
        case IPC_M_PHONE_HUNGUP:
79
        case IPC_M_PHONE_HUNGUP:
80
            keep_on_going = false;
80
            keep_on_going = false;
81
            break;
81
            break;
82
        case VFS_REGISTER:
82
        case VFS_REGISTER:
83
            vfs_register(callid, &call);
83
            vfs_register(callid, &call);
-
 
84
            /*
84
            keep_on_going = false;
85
             * Keep the connection open so that a file system can
-
 
86
             * later ask us to connect it to another file system.
-
 
87
             * This is necessary to support non-root mounts.
-
 
88
             */
85
            break;
89
            break;
86
        case VFS_MOUNT:
90
        case VFS_MOUNT:
87
            vfs_mount(callid, &call);
91
            vfs_mount(callid, &call);
88
            break;
92
            break;
89
        case VFS_OPEN:
93
        case VFS_OPEN: