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 8a5534603d4acb29a283b131f0fae041dc2ed0b2)
@@ -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,
