mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
vtruncbuf: add a comment explaining the purpose of the loop
(cherry picked from commit 4c41d10f15)
This commit is contained in:
parent
62b0cb2378
commit
dc024acd51
1 changed files with 3 additions and 0 deletions
|
|
@ -2558,6 +2558,9 @@ restart_unlocked:
|
|||
;
|
||||
|
||||
if (length > 0) {
|
||||
/*
|
||||
* Write out vnode metadata, e.g. indirect blocks.
|
||||
*/
|
||||
restartsync:
|
||||
TAILQ_FOREACH_SAFE(bp, &bo->bo_dirty.bv_hd, b_bobufs, nbp) {
|
||||
if (bp->b_lblkno > 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue