Actions
Bug #5084
closedstruct ecppunit's e_busy is multi-value, can't be a boolean_t
Start date:
2014-08-12
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
We compare e_busy to several values, none of which are 0.
We declare it to be boolean_t, it should be a 5-valued enum.
Updated by Electric Monk over 7 years ago
- Status changed from New to Closed
- % Done changed from 80 to 100
git commit 08ec77c5d4647cce340afb3d6cba733d508e7e94
commit 08ec77c5d4647cce340afb3d6cba733d508e7e94 Author: Richard Lowe <richlowe@richlowe.net> Date: 2014-09-16T20:31:07.000Z 5084 struct ecppunit's e_busy is multi-value, can't be a boolean_t Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
Actions