mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue