Changeset ed990cf in mainline
- Timestamp:
- 2009-06-22T20:17:38Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 52e4f52
- Parents:
- e2dccb0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.c
re2dccb0 red990cf 84 84 case VFS_REGISTER: 85 85 vfs_register(callid, &call); 86 /* 87 * Keep the connection open so that a file system can 88 * later ask us to connect it to another file system. 89 * This is necessary to support non-root mounts. 90 */ 86 keep_on_going = false; 91 87 break; 92 88 case VFS_MOUNT:
Note:
See TracChangeset
for help on using the changeset viewer.