- 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 2003-03-03 23:37:50 +00:00
parent 6b990c6f87
commit 7880d78b55

View File

@ -773,7 +773,7 @@ vop_stdfsync(ap)
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)) {
/*