Changeset 41e9ef7 in mainline for uspace/srv/vfs/vfs.c
- Timestamp:
- 2011-11-05T15:23:07Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c8a894d
- Parents:
- f8838b8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.c
rf8838b8 r41e9ef7 127 127 vfs_wait_handle(callid, &call); 128 128 break; 129 case VFS_IN_ GET_MTAB:129 case VFS_IN_MTAB_GET: 130 130 vfs_get_mtab(callid, &call); 131 131 break;
Note:
See TracChangeset
for help on using the changeset viewer.