DragonFly-2.1.1.86.gbc823 master sys/vm vm_fault.c vnode_pager.c
Matthew Dillon
dillon at apollo.backplane.com
Thu Dec 18 14:41:30 PST 2008
I am asking people to test vm.burst_fault:
sysctl vm.burst_fault=1
This is code that has been in the kernel a long time but due to a
broken conditional was almost never executed. When I fixed the
conditional my test box started crashing because the code was really
buggy.
I believe I have fixed the bugs in this commit, but until it can get
some testing the default is set to 0. To test please change to 1
and do compiles 'n stuff. I want to turn this on by default in a week
or so.
-Matt
More information about the Commits
mailing list