Index: uspace/srv/vfs/vfs.c
===================================================================
--- uspace/srv/vfs/vfs.c	(revision 167616c1515dbd62bb4b8129641fdcba5f967ad5)
+++ uspace/srv/vfs/vfs.c	(revision 208db5ac8515f1f9a7936d74f0371c0ba4f5bf48)
@@ -56,5 +56,5 @@
 static void vfs_pager(ipc_call_t *icall, void *arg)
 {
-	async_answer_5(icall, EOK, 0, 0, 0, 0, async_get_label());
+	async_accept_0(icall);
 
 	while (true) {
Index: uspace/srv/vfs/vfs_ipc.c
===================================================================
--- uspace/srv/vfs/vfs_ipc.c	(revision 167616c1515dbd62bb4b8129641fdcba5f967ad5)
+++ uspace/srv/vfs/vfs_ipc.c	(revision 208db5ac8515f1f9a7936d74f0371c0ba4f5bf48)
@@ -324,5 +324,5 @@
 	 * This call needs to be answered.
 	 */
-	async_answer_5(icall, EOK, 0, 0, 0, 0, async_get_label());
+	async_accept_0(icall);
 
 	while (cont) {
