Actions
Bug #710
closedAVS gets its bitwise ops muddled
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
kernel
Start date:
2011-02-08
Due date:
% Done:
0%
Estimated time:
Difficulty:
Tags:
Gerrit CR:
Description
Searching for typoed boolean ops in place of bitwise:
source:usr/src/uts/common/avs/ns/rdc/rdc_dev.c@13283#L2069: if (IS_MANY(krdc) && (rdc_get_vflags(urdc) && RDC_PRIMARY)) {
source:usr/src/uts/common/avs/ns/rdc/rdc_dev.c@13283#L2869: if (IS_MANY(krdc) && (rdc_get_vflags(urdc) && RDC_PRIMARY)) {
Look bogus
Updated by Peter Tribble almost 4 years ago
- Status changed from New to Closed
avs has been removed from illumos
Actions