From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH] block: add timer on blkdev_dequeue_request() not elv_next_request() Date: Thu, 30 Oct 2008 16:55:17 +0900 Message-ID: <49096865.2050006@kernel.org> References: <490927CD.2010205@kernel.org> <20081030072956.GL31673@kernel.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from hera.kernel.org ([140.211.167.34]:47630 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752810AbYJ3Hzd (ORCPT ); Thu, 30 Oct 2008 03:55:33 -0400 In-Reply-To: <20081030072956.GL31673@kernel.dk> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Jens Axboe Cc: James Bottomley , linux-scsi , Linux Kernel , IDE/ATA development list Jens Axboe wrote: > That's actually a pretty dumb error, I'm surprised it hasn't reared its > ugly face in more ways. Presumably because the timeout is usually so > long, that we'll get to actually issuing and completing it within the > normal timeout anyway. Heh... it showed its ugly face in many different ways while I was playing with PMP connected via a very long eSATA cable. Thanks. :-) -- tejun