- Add a mising vn_finished_write()

Pointy hat:     jeff
Found by:       robert
Obtained from:  kirk
This commit is contained in:
jeff 2003-10-14 00:38:34 +00:00
parent b1c274e0be
commit ce562d35ad

View File

@ -2190,6 +2190,7 @@ flushbufqueues(int flushdeps)
flushwithdeps += hasdeps;
return (1);
}
vn_finished_write(mp);
BUF_UNLOCK(bp);
}
mtx_unlock(&bqlock);