This file was ignored by CVS in my last commit for some reason:

Remove pointless initialization of b_spc field, which now no longer
exists.
This commit is contained in:
Poul-Henning Kamp 2003-06-16 09:31:15 +00:00
parent 33e268e7a8
commit b94b853bf1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116437

View File

@ -1334,7 +1334,6 @@ swap_pager_putpages(object, m, count, sync, rtvals)
bp->b_flags = B_ASYNC;
}
bp->b_iocmd = BIO_WRITE;
bp->b_spc = NULL; /* not used, but NULL-out anyway */
pmap_qenter((vm_offset_t)bp->b_data, &m[i], n);