Changes in uspace/srv/fs/tmpfs/tmpfs_ops.c [0db0df2:61eb2ce2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_ops.c
r0db0df2 r61eb2ce2 38 38 39 39 #include "tmpfs.h" 40 #include "../../vfs/vfs.h" 40 41 #include <macros.h> 41 42 #include <stdint.h> … … 158 159 } 159 160 160 static bool nodes_key_equal(const void *key_arg, size_t hash, 161 const ht_link_t *item) 161 static bool nodes_key_equal(const void *key_arg, 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.