- 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:
parent
379e8aa7ec
commit
f727171140
@ -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)) {
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user