Changeset 45ffe9f in mainline
- Timestamp:
- 2011-11-05T13:05:35Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- daf8ff2
- Parents:
- 8d6a41c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_ops.c
r8d6a41c r45ffe9f 358 358 fibril_mutex_unlock(&fs_list_lock); 359 359 360 /* Do the mount */361 vfs_mount_internal(rid, service_id, fs_handle, mp, opts);362 363 360 /* Add the filesystem info to the list of mounted filesystems */ 364 361 mtab_ent_t *mtab_ent = malloc(sizeof(mtab_ent_t)); … … 387 384 388 385 free(mp); 386 387 /* Do the mount */ 388 vfs_mount_internal(rid, service_id, fs_handle, mp, opts); 389 389 390 390 /* Acknowledge that we know fs_name. */
Note:
See TracChangeset
for help on using the changeset viewer.