Index: uspace/lib/c/generic/vfs/vfs.c
===================================================================
--- uspace/lib/c/generic/vfs/vfs.c	(revision 55a7fee210d840c782992ed2ea20333a91b73a47)
+++ uspace/lib/c/generic/vfs/vfs.c	(revision 3648e184ae676b5ea0379ea10589e1471daa9c2c)
@@ -232,5 +232,4 @@
 
 	rc1 = async_data_write_start(exch, (void *) opts, str_size(opts));
-	
 	if (rc1 == EOK) {
 		rc1 = async_data_write_start(exch, (void *) fs_name,
Index: uspace/lib/c/include/ipc/vfs.h
===================================================================
--- uspace/lib/c/include/ipc/vfs.h	(revision 55a7fee210d840c782992ed2ea20333a91b73a47)
+++ uspace/lib/c/include/ipc/vfs.h	(revision 3648e184ae676b5ea0379ea10589e1471daa9c2c)
@@ -73,5 +73,4 @@
 	VFS_IN_SYNC,
 	VFS_IN_REGISTER,
-	VFS_IN_UNLINK,
 	VFS_IN_RENAME,
 	VFS_IN_DUP,
