From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: drop abort sequence, kill BLK_EH_HANDLED v2 To: Christoph Hellwig , Keith Busch Cc: Bart Van Assche , Ming Lei , Josef Bacik , Tejun Heo , Lee Duncan , Chris Leech , linux-block@vger.kernel.org, linux-scsi@vger.kernel.org References: <20180529135239.27005-1-hch@lst.de> From: Jens Axboe Message-ID: Date: Tue, 29 May 2018 09:12:09 -0600 MIME-Version: 1.0 In-Reply-To: <20180529135239.27005-1-hch@lst.de> Content-Type: text/plain; charset=utf-8 List-ID: On 5/29/18 7:52 AM, Christoph Hellwig wrote: > Hi all, > > this series removes the BLK_EH_HANDLED return value, and instead places > responsibility of timed out commands entirely on the drivers. Except > for some odd layering vilations in libiscsi this actually is > surprisingly simple. Some of the grunt work here is from Keith and > Bart, just repackaged up Survives my basic smoke testing, including timeout triggering with null_blk and SCSI. I have applied this, it's much cleaner and simpler. And we shrink the request a lot, which is great. Note I applied a followup patch that kills two holes in struct request, and I fixed a trailing whitespace in patch #3. -- Jens Axboe