One devstat_start_transaction_bio() is enough.

This commit is contained in:
Poul-Henning Kamp 2003-03-15 22:20:38 +00:00
parent 0e96758da8
commit d15cd51001
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112292

View File

@ -216,13 +216,6 @@ devstat_start_transaction_bio(struct devstat *ds, struct bio *bp)
devstat_start_transaction(ds, &bp->bio_t0);
}
void
devstat_start_transaction_bio(struct devstat *ds, struct bio *bp)
{
devstat_start_transaction(ds);
}
/*
* Record the ending of a transaction, and incrment the various counters.
*