Drop conditional declaration of disk_list
authorTomohiro Kusumi <tkusumi@tuxera.com>
Tue, 14 Feb 2017 15:19:44 +0000 (17:19 +0200)
committerJens Axboe <axboe@fb.com>
Tue, 14 Feb 2017 15:24:24 +0000 (08:24 -0700)
commitaa7d1aa6982189226ef19993dd4178979068be09
tree2f3e66f6c71eda629e42cba7a06950e754330fc8
parent95ef38ab2fdef6ab3386a62389579fbd1cb0250f
Drop conditional declaration of disk_list

disk_list is used unconditionally whether it's Linux or not,
so leave the one in libfio.c, and remove the one in diskutil.c.

Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
diskutil.c
libfio.c