summaryrefslogtreecommitdiffstats
path: root/sys/sys/devicestat.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-05-11 17:07:24 +0000
committerbde <bde@FreeBSD.org>2000-05-11 17:07:24 +0000
commitf14df14b7dfd2a4bc570331dc3ac7897d802959b (patch)
tree7a22bd1a5f74b02197ee4cd4b057c0cd9da37e00 /sys/sys/devicestat.h
parent277ddd560dc9f17d901629990ad4f78e8569b258 (diff)
downloadFreeBSD-src-f14df14b7dfd2a4bc570331dc3ac7897d802959b.zip
FreeBSD-src-f14df14b7dfd2a4bc570331dc3ac7897d802959b.tar.gz
Name the `struct bio *' parameter of devstat_end_transaction_bio().
Removed the last vestige of devstat_end_transaction_buf().
Diffstat (limited to 'sys/sys/devicestat.h')
-rw-r--r--sys/sys/devicestat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/devicestat.h b/sys/sys/devicestat.h
index 6cf5418..7e617c6 100644
--- a/sys/sys/devicestat.h
+++ b/sys/sys/devicestat.h
@@ -206,8 +206,8 @@ struct devstat {
};
#ifdef _KERNEL
-struct buf;
struct bio;
+
void devstat_add_entry(struct devstat *ds, const char *dev_name,
int unit_number, u_int32_t block_size,
devstat_support_flags flags,
@@ -218,7 +218,7 @@ 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_bio(struct devstat *ds, struct bio *);
+void devstat_end_transaction_bio(struct devstat *ds, struct bio *bp);
#endif
#endif /* _DEVICESTAT_H */
OpenPOWER on IntegriCloud