mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
One devstat_start_transaction_bio() is enough.
This commit is contained in:
parent
0e96758da8
commit
d15cd51001
1 changed files with 0 additions and 7 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue