- Correct the wchan in vop_stdfsync()

This is almost what bde asked for.  There is some desire to have per fs wchans
still but that is difficult giving the current arrangement of the code.
This commit is contained in:
Jeff Roberson 2003-03-03 23:37:50 +00:00
parent 379e8aa7ec
commit f727171140

View File

@ -773,7 +773,7 @@ loop2:
while (vp->v_numoutput) {
vp->v_iflag |= VI_BWAIT;
msleep((caddr_t)&vp->v_numoutput, VI_MTX(vp),
PRIBIO + 1, "spfsyn", 0);
PRIBIO + 1, "fsync", 0);
}
if (!TAILQ_EMPTY(&vp->v_dirtyblkhd)) {
/*