Changeset 18b6a88 in mainline for uspace/srv/fs/tmpfs/tmpfs_ops.c
- Timestamp:
- 2018-04-15T09:35:04Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c1f44ca
- Parents:
- 8ebe212
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_ops.c
r8ebe212 r18b6a88 238 238 static bool rm_service_id_nodes(ht_link_t *item, void *arg) 239 239 { 240 service_id_t sid = *(service_id_t *)arg;240 service_id_t sid = *(service_id_t *)arg; 241 241 tmpfs_node_t *node = hash_table_get_inst(item, tmpfs_node_t, nh_link); 242 242
Note:
See TracChangeset
for help on using the changeset viewer.