diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-09-19 08:28:49 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-09-19 08:28:49 +0000 |
| commit | 8db3b947655b65917cce45183f72ca39b3b4e145 (patch) | |
| tree | 45084b1401186e6415c8e62d738aa9486ad6f143 | |
| parent | 6dc5df3d74887885813cbd04a177216cf7d2d296 (diff) | |
Notes
| -rw-r--r-- | sys/kern/subr_devstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c index 699ec3e95baa..e71eef421eab 100644 --- a/sys/kern/subr_devstat.c +++ b/sys/kern/subr_devstat.c @@ -222,7 +222,7 @@ devstat_end_transaction(struct devstat *ds, u_int32_t bytes, /* * Keep a count of the various tag types sent. */ - if ((ds->flags & DEVSTAT_NO_ORDERED_TAGS == 0) && + if ((ds->flags & DEVSTAT_NO_ORDERED_TAGS) == 0 && tag_type != DEVSTAT_TAG_NONE) ds->tag_types[tag_type]++; |
