Changes in uspace/srv/fs/mfs/mfs_ops.c [4e00f87:bc216a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/mfs/mfs_ops.c
r4e00f87 rbc216a0 122 122 .key_hash = open_nodes_key_hash, 123 123 .key_equal = open_nodes_key_equal, 124 .equal = NULL,125 .remove_callback = NULL,124 .equal = 0, 125 .remove_callback = 0, 126 126 }; 127 127
Note:
See TracChangeset
for help on using the changeset viewer.