- Don't acquire giant around calls to bufdone().
Sponsored By: Isilon Systems, Inc.
This commit is contained in:
parent
39bf4e6e67
commit
b033acd674
@ -78,9 +78,7 @@ g_vfs_done(struct bio *bip)
|
||||
bp->b_ioflags |= BIO_ERROR;
|
||||
bp->b_resid = bp->b_bcount - bip->bio_completed;
|
||||
g_destroy_bio(bip);
|
||||
mtx_lock(&Giant);
|
||||
bufdone(bp);
|
||||
mtx_unlock(&Giant);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user