Fix __FIO_OPT_G_ISCSI numbering
authorJens Axboe <axboe@kernel.dk>
Thu, 25 Apr 2019 16:09:27 +0000 (10:09 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 25 Apr 2019 16:09:27 +0000 (10:09 -0600)
commit839bea4f8e8f6cd00fb69028ae7a007643b53242
tree2dd95be8b418a3d408d5a70775c3daf086759210
parent7beafc2d9180959eb433eded9608df9757e464b1
Fix __FIO_OPT_G_ISCSI numbering

__FIO_OPT_G_NR must always be last, if it isn't then it doesn't
denote the last used bit.

Fixes: 247ef2aaf28a ("fio: add libiscsi engine")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
optgroup.h