Index: uspace/srv/fs/tmpfs/tmpfs_ops.c
===================================================================
--- uspace/srv/fs/tmpfs/tmpfs_ops.c	(revision 8d2dd7f2d52fbc7693f94b66e451eeff3756d061)
+++ uspace/srv/fs/tmpfs/tmpfs_ops.c	(revision aa58e5273640f4e88d38d91130b166d32dc3b039)
@@ -427,6 +427,6 @@
 
 static int
-tmpfs_mounted(service_id_t service_id, const char *opts,
-    fs_index_t *index, aoff64_t *size, unsigned *lnkcnt)
+tmpfs_mounted(service_id_t service_id, const char *opts, fs_index_t *index,
+    aoff64_t *size)
 {
 	fs_node_t *rootfn;
@@ -454,5 +454,4 @@
 	*index = rootp->index;
 	*size = rootp->size;
-	*lnkcnt = rootp->lnkcnt;
 
 	return EOK;
