options: fix single use if / for bssplit
authorJens Axboe <axboe@fb.com>
Tue, 16 Sep 2014 00:51:32 +0000 (18:51 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 16 Sep 2014 00:51:32 +0000 (18:51 -0600)
commitb7c88f86c9a5a92883effc1f119f6c7b36d087e0
tree378f2af1dee080c4eb036d92f1532fce6cb9d64c
parent8a91fd4b0d42c730d48b5cd672df869609975a0a
options: fix single use if / for bssplit

It was buggy in that it did not extend to 100%, if nobody else
was part of the group.

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