Changeset 2616965d in mainline
- Timestamp:
- 2008-02-17T13:59:52Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 16105cba
- Parents:
- f17667a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_ops.c
rf17667a r2616965d 515 515 assert(!dentry->sibling); 516 516 517 hash_table_remove(&dentries, &index, 1); 518 517 519 if (dentry->type == TMPFS_FILE) 518 520 free(dentry->data);
Note:
See TracChangeset
for help on using the changeset viewer.