K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-01-03T07:44:10.000000Z K 7 svn:log V 317 From Gene Stark: If nd->swap_nblks is zero in nfs_mountroot(), then the system comes up without initializing swapdev_vp to an actual vnode pointer. The swap pager assumes a non-NULL value for swapdev_vp. The fix is to try initializing local swap if no NFS swap space is specified. END