Unify max split zone support
authorJens Axboe <axboe@kernel.dk>
Thu, 30 Nov 2017 03:51:09 +0000 (20:51 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 30 Nov 2017 03:51:09 +0000 (20:51 -0700)
commit9d8fc5e4351ba93617db379d30482bdc7deea3b8
treeb83d9fb5e5d3a2680d19bb3a7c067353c1c52c8d
parente3c8c1081fb361803f7414fcc593b0dedc3c3bed
Unify max split zone support

We have two different defines, use the one from the networking
protocol. Add a compile time check that bssplit and zones
have the same max, so we don't inadvertently add an overflow
condition if we change one of them.

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