K 10 svn:author V 6 cognet K 8 svn:date V 27 2006-07-17T21:23:54.000000Z K 7 svn:log V 644 MFC rev 1.274 and 1.275 date: 2006/01/27 21:11:50; author: cognet; state: Exp; lines: +9 -0 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 1.275 date: 2005/09/21 15:01:09; author: cognet; state: Exp; lines: +3 -1 Make sure we have a bufobj before calling bstrategy(). I'm not sure this is the right thing to do, but at least I don't panic anymore when swapping on a NFS file without using md(4). END