Index: uspace/lib/c/include/vfs/vfs_mtab.h
===================================================================
--- uspace/lib/c/include/vfs/vfs_mtab.h	(revision 72fda538620b1661828a7b349dac04ae1ae229ac)
+++ uspace/lib/c/include/vfs/vfs_mtab.h	(revision 45ffe9faaef82875e304653fac4c7cb31e499558)
@@ -40,4 +40,5 @@
 
 typedef struct mtab_ent {
+	link_t link;
 	char mp[MAX_PATH_LEN];
 	char opts[MAX_MNTOPTS_LEN];
@@ -48,9 +49,4 @@
 } mtab_ent_t;
 
-typedef struct mtab_list_ent {
-	link_t link;
-	mtab_ent_t mtab_ent;
-} mtab_list_ent_t;
-
 #endif
 
