Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3847 → Rev 3846

/trunk/uspace/srv/vfs/vfs.c
81,11 → 81,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);