Index: uspace/srv/vfs/vfs.h
===================================================================
--- uspace/srv/vfs/vfs.h	(revision d8f92868d9c40327364b19689dce9dc910486f3e)
+++ uspace/srv/vfs/vfs.h	(revision 47a350ff35743ebcc45e185d8b5218aaf60d91ea)
@@ -36,5 +36,5 @@
 #include <ipc/ipc.h>
 #include <adt/list.h>
-#include <fibril_sync.h>
+#include <fibril_synch.h>
 #include <sys/types.h>
 #include <devmap.h>
Index: uspace/srv/vfs/vfs_file.c
===================================================================
--- uspace/srv/vfs/vfs_file.c	(revision d8f92868d9c40327364b19689dce9dc910486f3e)
+++ uspace/srv/vfs/vfs_file.c	(revision 47a350ff35743ebcc45e185d8b5218aaf60d91ea)
@@ -42,5 +42,5 @@
 #include <bool.h>
 #include <fibril.h>
-#include <fibril_sync.h>
+#include <fibril_synch.h>
 #include "vfs.h"
 
Index: uspace/srv/vfs/vfs_lookup.c
===================================================================
--- uspace/srv/vfs/vfs_lookup.c	(revision d8f92868d9c40327364b19689dce9dc910486f3e)
+++ uspace/srv/vfs/vfs_lookup.c	(revision 47a350ff35743ebcc45e185d8b5218aaf60d91ea)
@@ -43,5 +43,5 @@
 #include <stdarg.h>
 #include <bool.h>
-#include <fibril_sync.h>
+#include <fibril_synch.h>
 #include <adt/list.h>
 #include <vfs/canonify.h>
Index: uspace/srv/vfs/vfs_node.c
===================================================================
--- uspace/srv/vfs/vfs_node.c	(revision d8f92868d9c40327364b19689dce9dc910486f3e)
+++ uspace/srv/vfs/vfs_node.c	(revision 47a350ff35743ebcc45e185d8b5218aaf60d91ea)
@@ -39,5 +39,5 @@
 #include <stdlib.h>
 #include <string.h>
-#include <fibril_sync.h>
+#include <fibril_synch.h>
 #include <adt/hash_table.h>
 #include <assert.h>
Index: uspace/srv/vfs/vfs_ops.c
===================================================================
--- uspace/srv/vfs/vfs_ops.c	(revision d8f92868d9c40327364b19689dce9dc910486f3e)
+++ uspace/srv/vfs/vfs_ops.c	(revision 47a350ff35743ebcc45e185d8b5218aaf60d91ea)
@@ -44,5 +44,5 @@
 #include <string.h>
 #include <bool.h>
-#include <fibril_sync.h>
+#include <fibril_synch.h>
 #include <adt/list.h>
 #include <unistd.h>
Index: uspace/srv/vfs/vfs_register.c
===================================================================
--- uspace/srv/vfs/vfs_register.c	(revision d8f92868d9c40327364b19689dce9dc910486f3e)
+++ uspace/srv/vfs/vfs_register.c	(revision 47a350ff35743ebcc45e185d8b5218aaf60d91ea)
@@ -46,5 +46,5 @@
 #include <ctype.h>
 #include <bool.h>
-#include <fibril_sync.h>
+#include <fibril_synch.h>
 #include <adt/list.h>
 #include <as.h>
