summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/vfs_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index 7ccad17..ec81a69 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -622,7 +622,7 @@ vnlru_proc(void)
printf("vnlru process messages stopped.\n");
#endif
vnlru_nowhere++;
- tsleep(vnlru_proc, PPAUSE, "vlrup", hz * 3);
+ tsleep(vnlruproc, PPAUSE, "vlrup", hz * 3);
}
}
splx(s);
OpenPOWER on IntegriCloud