Changeset 0055cfd in mainline for uspace/srv/fs/tmpfs/tmpfs_ops.c
- Timestamp:
- 2010-02-01T19:18:19Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 393bef1
- Parents:
- c16013b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_ops.c
rc16013b r0055cfd 170 170 assert((keys == 1) || (keys == 2)); 171 171 } 172 173 return 0; 172 174 } 173 175 … … 469 471 rc = tmpfs_root_get(&rootfn, dev_handle); 470 472 if ((rc == EOK) && (rootfn)) { 471 (void) tmpfs_node_put( &rootfn);473 (void) tmpfs_node_put(rootfn); 472 474 free(opts); 473 475 ipc_answer_0(rid, EEXIST);
Note:
See TracChangeset
for help on using the changeset viewer.