iolog: fix potential duplicate definition of compress init/exit
authorJens Axboe <axboe@fb.com>
Tue, 8 Dec 2015 20:04:59 +0000 (13:04 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 8 Dec 2015 20:04:59 +0000 (13:04 -0700)
commit52618a2a3565950a412739354be222f23e4fcdc5
tree3104b6e2704e1c46de57c2d6117f7a67947cae95
parentf2e45b41a2959c58ac1e9e9d20f046e033dc8ade
iolog: fix potential duplicate definition of compress init/exit

Move the code inside the #else part of the zlib check.

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