summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_devstat.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-03-15 22:20:38 +0000
committerphk <phk@FreeBSD.org>2003-03-15 22:20:38 +0000
commit1b534a022f28830398d7ffc225413687bf6b3b64 (patch)
tree6c7f840086d7e35c1f830acb4cba9f9971fa2502 /sys/kern/subr_devstat.c
parente0526727e5d37ca6c0e6742da5385936b504e293 (diff)
downloadFreeBSD-src-1b534a022f28830398d7ffc225413687bf6b3b64.zip
FreeBSD-src-1b534a022f28830398d7ffc225413687bf6b3b64.tar.gz
One devstat_start_transaction_bio() is enough.
Diffstat (limited to 'sys/kern/subr_devstat.c')
-rw-r--r--sys/kern/subr_devstat.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c
index 26fc062..b965635 100644
--- a/sys/kern/subr_devstat.c
+++ b/sys/kern/subr_devstat.c
@@ -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.
*
OpenPOWER on IntegriCloud