Changeset 75701004 in mainline for uspace/srv/fs/tmpfs/tmpfs_ops.c
- Timestamp:
- 2018-06-07T16:07:26Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 931afbc
- Parents:
- 18ad56a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_ops.c
r18ad56a8 r75701004 447 447 assert(rc == EOK); 448 448 tmpfs_node_t *rootp = TMPFS_NODE(rootfn); 449 if (str_cmp(opts, "restore") == 0) {450 if (!tmpfs_restore(service_id))451 return ELIMIT;452 }453 449 454 450 *index = rootp->index;
Note:
See TracChangeset
for help on using the changeset viewer.