Index: uspace/lib/ext4/src/ops.c
===================================================================
--- uspace/lib/ext4/src/ops.c	(revision 8d2dd7f2d52fbc7693f94b66e451eeff3756d061)
+++ uspace/lib/ext4/src/ops.c	(revision 3ec2acc5fe46d047e352ebba9dfc534ee35a9ca4)
@@ -920,5 +920,4 @@
  * @param index      Output value - index of root node
  * @param size       Output value - size of root node
- * @param lnkcnt     Output value - link count of root node
  *
  * @return Error code
@@ -926,5 +925,5 @@
  */
 static int ext4_mounted(service_id_t service_id, const char *opts,
-    fs_index_t *index, aoff64_t *size, unsigned *lnkcnt)
+    fs_index_t *index, aoff64_t *size)
 {
 	ext4_filesystem_t *fs;
@@ -962,5 +961,4 @@
 	*index = EXT4_INODE_ROOT_INDEX;
 	*size = rnsize;
-	*lnkcnt = 1;
 	
 	return EOK;
