Bug #713
iostat is muddled in its bitwise ops
Start date:
2011-02-08
Due date:
% Done:
100%
Estimated time:
Difficulty:
Tags:
Gerrit CR:
Description
Searching for typoed boolean ops in place of bitwise:
source:usr/src/cmd/stat/common/acquire_iodevs.c@13283#L539: if (!(ss->s_types && SNAP_IODEV_ERRORS))
Is bogus
Updated by Garrett D'Amore almost 10 years ago
- Status changed from New to Resolved
- Priority changed from Normal to Low
- % Done changed from 0 to 100
This appears to have been integrated in:
changeset: 13288:8f9968bb4e4e
tag: tip
user: Richard Lowe <richlowe@richlowe.net>
date: Wed Feb 09 11:47:57 2011 -0500
description:
713 iostat is muddled in its bitwise ops
Reviewed by: garrett@nexenta.com
Reviewed by: roland.mainz@nrubsig.org
Approved by: garrett@nexenta.com