- Add a mising vn_finished_write()

Pointy hat:     jeff
Found by:       robert
Obtained from:  kirk
This commit is contained in:
Jeff Roberson 2003-10-14 00:38:34 +00:00
parent 44b0fd1cf6
commit 85b9831dfa

View File

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