Changeset 4a10b63 in mainline
- Timestamp:
- 2009-02-01T12:09:26Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b7c4044
- Parents:
- 4863e50b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.c
r4863e50b r4a10b63 82 82 case VFS_REGISTER: 83 83 vfs_register(callid, &call); 84 keep_on_going = false; 84 /* 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 89 break; 86 90 case VFS_MOUNT:
Note:
See TracChangeset
for help on using the changeset viewer.