From b7364e215cef9eeacd1957e214da24dd863d3e0d Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 8 Jul 2014 14:18:13 +0200 Subject: [PATCH] iolog: fix compile error for non-zlib Signed-off-by: Jens Axboe --- iolog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iolog.c b/iolog.c index 45ef6bec..19e96d26 100644 --- a/iolog.c +++ b/iolog.c @@ -897,6 +897,7 @@ int iolog_file_inflate(const char *file) static int inflate_gz_chunks(struct io_log *log, FILE *f) { + return 0; } #endif -- 2.25.1