Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4562 → Rev 4563

/trunk/uspace/srv/vfs/vfs.c
83,11 → 83,7
break;
case VFS_REGISTER:
vfs_register(callid, &call);
/*
* Keep the connection open so that a file system can
* later ask us to connect it to another file system.
* This is necessary to support non-root mounts.
*/
keep_on_going = false;
break;
case VFS_MOUNT:
vfs_mount(callid, &call);