From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH] nbd: use our own workqueue for recv threads To: Josef Bacik , , , References: <1485983471-3717-1-git-send-email-jbacik@fb.com> From: Jens Axboe Message-ID: Date: Wed, 1 Feb 2017 17:35:59 -0800 MIME-Version: 1.0 In-Reply-To: <1485983471-3717-1-git-send-email-jbacik@fb.com> Content-Type: text/plain; charset="windows-1252" List-ID: On 02/01/2017 01:11 PM, Josef Bacik wrote: > Since we are in the memory reclaim path we need our recv work to be on a > workqueue that has WQ_MEM_RECLAIM set so we can avoid deadlocks. Also > set WQ_HIGHPRI since we are in the completion path for IO. Applied for 4.11. -- Jens Axboe