diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-09-22 20:21:28 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-09-22 20:21:28 +0000 |
| commit | c8a90c31c90e198b4b8e76cd0022e1adbcb1a547 (patch) | |
| tree | 02a85760dc18fb34edaa2749638c11c68b301014 /sys/kern/subr_devstat.c | |
| parent | c428d4c0488ab371d07b3425f2f04cb9a3a7d294 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_devstat.c')
| -rw-r--r-- | sys/kern/subr_devstat.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c index e71eef421eab..b26334944488 100644 --- a/sys/kern/subr_devstat.c +++ b/sys/kern/subr_devstat.c @@ -255,11 +255,9 @@ devstat_end_transaction_buf(struct devstat *ds, struct buf *bp) else flg = DEVSTAT_WRITE; - devstat_end_transaction(ds, - bp->b_bcount - bp->b_resid, - (bp->b_flags & B_ORDERED) ? - DEVSTAT_TAG_ORDERED : DEVSTAT_TAG_SIMPLE, - flg); + devstat_end_transaction(ds, bp->b_bcount - bp->b_resid, + (bp->b_flags & B_ORDERED) ? + DEVSTAT_TAG_ORDERED : DEVSTAT_TAG_SIMPLE, flg); } /* |
