aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/devicestat.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-05-06 06:59:08 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-05-06 06:59:08 +0000
commitad7ba3d45549d9a0ce9b80ef1a8a2296afd9b672 (patch)
tree6c4eb81ebe2b67d3ff3d337a67607d60f3a3cf92 /sys/sys/devicestat.h
parentd76f1a8cca46fbb7780dd79d26786ec9b29a1ad3 (diff)
downloadsrc-ad7ba3d45549d9a0ce9b80ef1a8a2296afd9b672.tar.gz
src-ad7ba3d45549d9a0ce9b80ef1a8a2296afd9b672.zip
Remove devstat_end_transaction_buf() everybody uses
devstat_end_transaction_bio() now.
Notes
Notes: svn path=/head/; revision=60072
Diffstat (limited to 'sys/sys/devicestat.h')
-rw-r--r--sys/sys/devicestat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/devicestat.h b/sys/sys/devicestat.h
index d06f993e5e8a..6cf5418bc48d 100644
--- a/sys/sys/devicestat.h
+++ b/sys/sys/devicestat.h
@@ -218,7 +218,6 @@ void devstat_start_transaction(struct devstat *ds);
void devstat_end_transaction(struct devstat *ds, u_int32_t bytes,
devstat_tag_type tag_type,
devstat_trans_flags flags);
-void devstat_end_transaction_buf(struct devstat *ds, struct buf *);
void devstat_end_transaction_bio(struct devstat *ds, struct bio *);
#endif