diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-15 10:33:32 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-15 10:33:32 +0000 |
| commit | 9fa85de269ef3efdd5272b82f0926c6ee9b796ef (patch) | |
| tree | c6eade0d749b188b9e2e1f142da7a4ed5f62b7f8 /sys/kern/subr_devstat.c | |
| parent | e31c9eb10baa0db68b4d82639bb98d9ef79e4c2c (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_devstat.c')
| -rw-r--r-- | sys/kern/subr_devstat.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c index eab9a4f63efd..01322e020c8f 100644 --- a/sys/kern/subr_devstat.c +++ b/sys/kern/subr_devstat.c @@ -201,6 +201,13 @@ devstat_start_transaction(struct devstat *ds) ds->busy_count++; } +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. */ |
