svn commit: r310907 - head/sys/vm
Mateusz Guzik
mjg at FreeBSD.org
Sat Dec 31 10:37:58 UTC 2016
Author: mjg
Date: Sat Dec 31 10:37:56 2016
New Revision: 310907
URL: https://svnweb.freebsd.org/changeset/base/310907
Log:
Use vrefact in vnode_pager_alloc.
Modified:
head/sys/vm/vnode_pager.c
Modified: head/sys/vm/vnode_pager.c
==============================================================================
--- head/sys/vm/vnode_pager.c Sat Dec 31 10:37:50 2016 (r310906)
+++ head/sys/vm/vnode_pager.c Sat Dec 31 10:37:56 2016 (r310907)
@@ -265,7 +265,7 @@ retry:
#endif
VM_OBJECT_WUNLOCK(object);
}
- vref(vp);
+ vrefact(vp);
return (object);
}
More information about the svn-src-all
mailing list