summaryrefslogtreecommitdiffstats
path: root/sys/sys/devicestat.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-09-14 19:34:11 +0000
committerphk <phk@FreeBSD.org>2002-09-14 19:34:11 +0000
commitcff87abbac5243f0a34923de8c9a99a54a663adb (patch)
tree44ed797fbc1fadb644d7aacd1e0b88e69a6755e4 /sys/sys/devicestat.h
parent79ce8a243fa3651af69ae1551da894135499e83b (diff)
downloadFreeBSD-src-cff87abbac5243f0a34923de8c9a99a54a663adb.zip
FreeBSD-src-cff87abbac5243f0a34923de8c9a99a54a663adb.tar.gz
Un-inline the non-trivial "trivial" bio* functions.
Untangle devstat_end_transaction_bio()
Diffstat (limited to 'sys/sys/devicestat.h')
-rw-r--r--sys/sys/devicestat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/devicestat.h b/sys/sys/devicestat.h
index b7becea..a75aff3 100644
--- a/sys/sys/devicestat.h
+++ b/sys/sys/devicestat.h
@@ -220,9 +220,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);
-#ifndef _SYS_BIO_H_
void devstat_end_transaction_bio(struct devstat *ds, struct bio *bp);
#endif
-#endif
#endif /* _DEVICESTAT_H */
OpenPOWER on IntegriCloud