From 056272c66b526c46773389bf7cb811759f98bd16 Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Wed, 29 May 2019 01:24:25 +0200 Subject: kern/sref: schedule noref works with a high priority --- kern/sref.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kern/sref.c b/kern/sref.c index 796ea786..1b8426d5 100644 --- a/kern/sref.c +++ b/kern/sref.c @@ -811,7 +811,7 @@ sref_queue_review(struct sref_queue *queue, struct sref_cache *cache) } if (work_queue_nr_works(&works) != 0) { - work_queue_schedule(&works, 0); + work_queue_schedule(&works, WORK_HIGHPRIO); } sref_data_update_stats(cache->data, nr_dirty_zeroes, -- cgit v1.2.3