cvs commit: src/sys/vm swap_pager.c
Olivier Houchard
cognet at FreeBSD.org
Fri Jan 27 13:11:51 PST 2006
cognet 2006-01-27 21:11:50 UTC
FreeBSD src repository
Modified files:
sys/vm swap_pager.c
Log:
Make sure b_vp and b_bufobj are NULL before calling relpbuf(), as it asserts
they are. They should be NULL at this point, except if we're coming from
swapdev_strategy().
It should only affect the case where we're swapping directly on a file over
NFS.
Revision Changes Path
1.276 +9 -0 src/sys/vm/swap_pager.c
More information about the cvs-src
mailing list