mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
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:
parent
33e268e7a8
commit
b94b853bf1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116437
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user