Avoid double-declaration of ARRAY_SIZE
authorDaniel Gollub <daniel.gollub@gmail.com>
Thu, 1 May 2014 12:07:03 +0000 (14:07 +0200)
committerJens Axboe <axboe@fb.com>
Thu, 1 May 2014 17:21:53 +0000 (11:21 -0600)
commite2c81040bf2be672f120c87b2045af16ff21c93a
tree93af3acff44e9c0cee2bb7b9668de0282136151b
parent9195552e8fca86b682a86fc7ab0fb6eacb433f16
Avoid double-declaration of ARRAY_SIZE

for external ioengines. ARRAY_SIZE is a very common
declaration - e.g. Ceph is using this as well.

Signed-off-by: Daniel Gollub <daniel.gollub@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
fio.h