Use ARRAY_SIZE()
authorTomohiro Kusumi <tkusumi@tuxera.com>
Mon, 23 Jan 2017 15:13:05 +0000 (00:13 +0900)
committerJens Axboe <axboe@fb.com>
Mon, 23 Jan 2017 15:26:12 +0000 (08:26 -0700)
commitb920b29b99829221550e6620b7b699abdef1a712
tree5a45ce7ee680bebb17b892ee7b1be2de6b3d2c20
parent248c94366c4e5806d7356b50e39438b4ac32f8b8
Use ARRAY_SIZE()

They can assume ARRAY_SIZE() is defined and usable as far as fio's
internal code is concerned (i.e. FIO_INTERNAL defined).

Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
gclient.c
gfio.c
lib/num2str.c