Changeset 0db0df2 in mainline for uspace/srv/fs/tmpfs/tmpfs_ops.c
- Timestamp:
- 2025-04-07T17:53:53Z (5 weeks ago)
- Branches:
- master
- Children:
- 45226285, 93de384
- Parents:
- 8f8818ac
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-07 16:41:57)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-07 17:53:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_ops.c
r8f8818ac r0db0df2 38 38 39 39 #include "tmpfs.h" 40 #include "../../vfs/vfs.h"41 40 #include <macros.h> 42 41 #include <stdint.h> … … 159 158 } 160 159 161 static bool nodes_key_equal(const void *key_arg, const ht_link_t *item) 160 static bool nodes_key_equal(const void *key_arg, size_t hash, 161 const ht_link_t *item) 162 162 { 163 163 tmpfs_node_t *node = hash_table_get_inst(item, tmpfs_node_t, nh_link);
Note:
See TracChangeset
for help on using the changeset viewer.