Index: uspace/srv/vfs/vfs_node.c
===================================================================
--- uspace/srv/vfs/vfs_node.c	(revision fdb779590942e6ca9d222d9235582c06c4870af2)
+++ uspace/srv/vfs/vfs_node.c	(revision f2ec8c8a9370e04756e68eab848a456f0374de5f)
@@ -39,5 +39,4 @@
 #include <stdlib.h>
 #include <string.h>
-#include <atomic.h>
 #include <futex.h>
 #include <rwlock.h>
@@ -48,5 +47,5 @@
 
 /** Futex protecting the VFS node hash table. */
-atomic_t nodes_futex = FUTEX_INITIALIZER;
+futex_t nodes_futex = FUTEX_INITIALIZER;
 
 #define NODES_BUCKETS_LOG	8
