From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 6/7] dm-mpath: Retry BLK_STS_RESOURCE errors Date: Thu, 10 Aug 2017 11:30:28 +0200 Message-ID: <20170810093028.GJ24539@lst.de> References: <20170809183216.526-1-bart.vanassche@wdc.com> <20170809183216.526-7-bart.vanassche@wdc.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20170809183216.526-7-bart.vanassche@wdc.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Bart Van Assche Cc: dm-devel@redhat.com, Laurence Oberman , Christoph Hellwig , Mike Snitzer List-Id: dm-devel.ids On Wed, Aug 09, 2017 at 11:32:15AM -0700, Bart Van Assche wrote: > Retry requests instead of failing these if an out-of-memory error > occurs or the block driver below dm-mpath is busy. This restores > the v4.12 behavior of noretry_error(), namely that -ENOMEM results > in a retry. Thanks, not idea how the resource one leaked in. Reviewed-by: Christoph Hellwig