Index: uspace/srv/fs/tmpfs/tmpfs_ops.c
===================================================================
--- uspace/srv/fs/tmpfs/tmpfs_ops.c	(revision 45f244bcf974e8918e7aa6d4c6d010dfdfa7be90)
+++ uspace/srv/fs/tmpfs/tmpfs_ops.c	(revision 34f62f8e9b560136ad11f9d0048bab607fe59aeb)
@@ -71,5 +71,5 @@
 /* Forward declarations of static functions. */
 static void *tmpfs_match(void *, const char *);
-static void *tmpfs_node_get(dev_handle_t, fs_index_t, fs_index_t);
+static void *tmpfs_node_get(dev_handle_t, fs_index_t);
 static void tmpfs_node_put(void *);
 static void *tmpfs_create_node(int);
@@ -269,5 +269,5 @@
 
 void *
-tmpfs_node_get(dev_handle_t dev_handle, fs_index_t index, fs_index_t pindex)
+tmpfs_node_get(dev_handle_t dev_handle, fs_index_t index)
 {
 	unsigned long key = index;
