Add support for options being a power-of-2
authorJens Axboe <axboe@fb.com>
Wed, 6 May 2015 20:15:35 +0000 (14:15 -0600)
committerJens Axboe <axboe@fb.com>
Wed, 6 May 2015 20:15:35 +0000 (14:15 -0600)
commit0f38bbef532ef9da0d43382dca58a20e57c63dc1
tree3f59105701d759277cbccde9e2aad301777f2508
parent92330695e64a42fd5dc54a6970a4b8122d3cd80e
Add support for options being a power-of-2

Split out the is_power_of_2() from fio.h and make it independent.

Signed-off-by: Jens Axboe <axboe@fb.com>
engines/libaio.c
eta.c
fio.h
gclient.c
io_u.c
lib/pow2.h [new file with mode: 0644]
parse.c
parse.h
stat.c