iolog: reinstate log compression nice level
authorJens Axboe <axboe@fb.com>
Tue, 8 Dec 2015 19:31:38 +0000 (12:31 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 8 Dec 2015 19:31:38 +0000 (12:31 -0700)
Signed-off-by: Jens Axboe <axboe@fb.com>
iolog.c

diff --git a/iolog.c b/iolog.c
index 865722ea2fd95bac3d6072bcc25d5437d88212bb..c4aa21f79e0e840a940c58766e152de8bb6e5fca 100644 (file)
--- 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)