mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
vtruncbuf: improve the check for meta buffer
(cherry picked from commit 2d33ad48bd)
This commit is contained in:
parent
dc024acd51
commit
9e951d6b4b
1 changed files with 1 additions and 1 deletions
|
|
@ -2563,7 +2563,7 @@ restart_unlocked:
|
|||
*/
|
||||
restartsync:
|
||||
TAILQ_FOREACH_SAFE(bp, &bo->bo_dirty.bv_hd, b_bobufs, nbp) {
|
||||
if (bp->b_lblkno > 0)
|
||||
if (bp->b_lblkno >= 0)
|
||||
continue;
|
||||
/*
|
||||
* Since we hold the vnode lock this should only
|
||||
|
|
|
|||
Loading…
Reference in a new issue