Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/tmpfs/tmpfs_ops.c

    r61eb2ce2 r5e801dc  
    189189
    190190/** TMPFS nodes hash table operations. */
    191 const hash_table_ops_t nodes_ops = {
     191hash_table_ops_t nodes_ops = {
    192192        .hash = nodes_hash,
    193193        .key_hash = nodes_key_hash,
Note: See TracChangeset for help on using the changeset viewer.