Index: uspace/srv/fs/fat/fat_ops.c
===================================================================
--- uspace/srv/fs/fat/fat_ops.c	(revision 6416ae5afd5db4eea1dd390eb1f25d4908b7387d)
+++ uspace/srv/fs/fat/fat_ops.c	(revision 3ec2acc5fe46d047e352ebba9dfc534ee35a9ca4)
@@ -956,5 +956,5 @@
 static int
 fat_mounted(service_id_t service_id, const char *opts, fs_index_t *index,
-    aoff64_t *size, unsigned *linkcnt)
+    aoff64_t *size)
 {
 	enum cache_mode cmode = CACHE_MODE_WB;
@@ -1105,5 +1105,4 @@
 	*index = ridxp->index;
 	*size = rootp->size;
-	*linkcnt = rootp->lnkcnt;
 
 	return EOK;
