svn commit: r330684 - user/jeff/numa/sys/kern
Jeff Roberson
jeff at FreeBSD.org
Fri Mar 9 05:47:49 UTC 2018
Author: jeff
Date: Fri Mar 9 05:47:48 2018
New Revision: 330684
URL: https://svnweb.freebsd.org/changeset/base/330684
Log:
Temporary fix for a bug pho found.
Modified:
user/jeff/numa/sys/kern/vfs_bio.c
Modified: user/jeff/numa/sys/kern/vfs_bio.c
==============================================================================
--- user/jeff/numa/sys/kern/vfs_bio.c Fri Mar 9 05:46:48 2018 (r330683)
+++ user/jeff/numa/sys/kern/vfs_bio.c Fri Mar 9 05:47:48 2018 (r330684)
@@ -700,6 +700,7 @@ bufspace_daemon(void *arg)
if (buf_recycle(bd, false) != 0) {
if (bd_flushall(bd))
continue;
+ bd_speedup();
BD_LOCK(bd);
if (bd->bd_wanted) {
msleep(&bd->bd_wanted, BD_LOCKPTR(bd),
More information about the svn-src-user
mailing list