From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 23 Aug 2017 20:08:37 +0200 From: Christoph Hellwig To: Bart Van Assche Cc: Jens Axboe , linux-block@vger.kernel.org, Christoph Hellwig , Damien Le Moal , Hannes Reinecke , Johannes Thumshirn Subject: Re: [PATCH 4/5] skd: Avoid double completions in case of a timeout Message-ID: <20170823180837.GF5802@lst.de> References: <20170823175633.12680-1-bart.vanassche@wdc.com> <20170823175633.12680-5-bart.vanassche@wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20170823175633.12680-5-bart.vanassche@wdc.com> List-ID: Looks good: Reviewed-by: Christoph Hellwig Although as a follow on I would also move the debug printks from skd_end_request to skd_softirq_done, then remove skd_end_request and rename skd_softirq_done to skd_complete_rq to fit what other drivers are doing a little more closely.