- Don't acquire giant around calls to bufdone().

Sponsored By:   Isilon Systems, Inc.
This commit is contained in:
jeff 2005-01-24 10:47:46 +00:00
parent 39bf4e6e67
commit b033acd674

View File

@ -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