Index: uspace/srv/fs/tmpfs/tmpfs_ops.c
===================================================================
--- uspace/srv/fs/tmpfs/tmpfs_ops.c	(revision 01900b629bbf57a290cd30c16fdaa744836c4c32)
+++ uspace/srv/fs/tmpfs/tmpfs_ops.c	(revision b596d0d09d98dccf4c29d7a1e774447f21f4fc13)
@@ -189,5 +189,5 @@
 
 /** TMPFS nodes hash table operations. */
-hash_table_ops_t nodes_ops = {
+const hash_table_ops_t nodes_ops = {
 	.hash = nodes_hash,
 	.key_hash = nodes_key_hash,
