options: fix bs_cmp()
authorJens Axboe <axboe@fb.com>
Tue, 12 Jan 2016 17:18:50 +0000 (10:18 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 12 Jan 2016 17:18:50 +0000 (10:18 -0700)
commita7cd478dffddb6d3d3109bce9f603139384c673e
treedd92c49ca1cb0c185206daad1e9afeba4bb641b8
parent204c368ebe461b08b18124e1e5555a65b128ab7a
options: fix bs_cmp()

Return the int difference between the two, not a bool.

Reported-by: Yury Gribov <>
Signed-off-by: Jens Axboe <axboe@fb.com>
options.c