Conrad Meyer aa90aec270 osd(9): Change array pointer to array pointer type from void*
This is a minor follow-up to r297422, prompted by a Coverity warning.  (It's
not a real defect, just a code smell.)  OSD slot array reservations are an
array of pointers (void **) but were cast to void* and back unnecessarily.
Keep the correct type from reservation to use.

osd.9 is updated to match, along with a few trivial igor fixes.

Reported by:	Coverity
CID:		1353811
Sponsored by:	EMC / Isilon Storage Division
2016-04-26 19:57:35 +00:00
..
2015-06-13 19:20:56 +00:00
2015-06-13 19:20:56 +00:00
2016-04-22 20:31:29 +00:00
MFH
2016-04-16 02:32:12 +00:00
2015-06-13 19:20:56 +00:00
MFH
2016-04-16 02:32:12 +00:00
2015-06-13 19:20:56 +00:00
MFH
2016-03-10 21:16:01 +00:00
2016-02-29 18:35:16 +00:00
2015-10-19 11:51:10 +00:00