options: don't overrun bssplit array
authorJens Axboe <axboe@kernel.dk>
Thu, 30 Nov 2017 23:49:23 +0000 (16:49 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 30 Nov 2017 23:49:23 +0000 (16:49 -0700)
commitb53a215550e2a8571fd0970a77ddaf77ccd53798
tree2a456c8bb3587085dc05a9cd3353060942180594
parent3154f1ed3e8c42f9fc68b2e58451812ba09a8c43
options: don't overrun bssplit array

Since we now have a different number of splits we support for
zones and block size splits, make sure we pass in the right
max.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
options.c