From ff84ff9a0d96c5b7ca6dcb01995f82bc040e9865 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 8 Dec 2015 12:31:38 -0700 Subject: [PATCH] iolog: reinstate log compression nice level Signed-off-by: Jens Axboe --- iolog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iolog.c b/iolog.c index 865722ea..c4aa21f7 100644 --- a/iolog.c +++ b/iolog.c @@ -1107,6 +1107,7 @@ err: static struct workqueue_ops log_compress_wq_ops = { .fn = gz_work, + .nice = 1, }; int iolog_compress_init(struct thread_data *td) -- 2.25.1