Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49b74cd9 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ion: use unbounded wq for prefetch work"

parents c0dd4f3d 500fbefc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -286,7 +286,7 @@ static int __ion_system_secure_heap_resize(struct ion_heap *heap, void *ptr,
		goto out_free;
	}
	list_splice_init(&items, &secure_heap->prefetch_list);
	schedule_delayed_work(&secure_heap->prefetch_work,
	queue_delayed_work(system_unbound_wq, &secure_heap->prefetch_work,
			   shrink ?  msecs_to_jiffies(SHRINK_DELAY) : 0);
	spin_unlock_irqrestore(&secure_heap->work_lock, flags);