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
..
2016-03-21 21:38:35 +00:00
2015-07-20 09:37:42 +00:00
2015-04-22 14:38:58 +00:00
2016-03-26 23:39:53 +00:00
2016-02-23 23:37:10 +00:00
2016-04-15 17:45:12 +00:00
2015-01-22 11:12:42 +00:00
2016-04-26 12:29:47 +00:00
2015-11-19 05:50:22 +00:00
2014-08-11 15:06:07 +00:00
2016-03-21 21:38:35 +00:00
2016-03-21 21:38:35 +00:00
2015-06-10 10:48:12 +00:00
2015-03-17 14:16:50 +00:00
2016-04-14 17:07:26 +00:00
2016-03-21 08:03:50 +00:00