From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Zolnierkiewicz Subject: Re: [patch 3/6] ide: always kill the whole request on error Date: Wed, 24 Jun 2009 11:38:00 +0200 Message-ID: <200906241138.00687.bzolnier@gmail.com> References: <200906232327.27610.bzolnier@gmail.com> <200906240249.33505.bzolnier@gmail.com> <20090623.234948.121450964.davem@davemloft.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-bw0-f213.google.com ([209.85.218.213]:64227 "EHLO mail-bw0-f213.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751515AbZFXJp3 (ORCPT ); Wed, 24 Jun 2009 05:45:29 -0400 In-Reply-To: <20090623.234948.121450964.davem@davemloft.net> Content-Disposition: inline Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: David Miller Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, petkovbb@gmail.com, htejun@gmail.com On Wednesday 24 June 2009 08:49:48 David Miller wrote: > From: Bartlomiej Zolnierkiewicz > Date: Wed, 24 Jun 2009 02:49:32 +0200 > > > On Wednesday 24 June 2009 01:19:04 David Miller wrote: > >> From: Bartlomiej Zolnierkiewicz > >> Date: Tue, 23 Jun 2009 23:27:27 +0200 > >> > >> > From: Bartlomiej Zolnierkiewicz > >> > Subject: [PATCH] ide: always kill the whole request on error > >> > > >> > * Use blk_rq_bytes() instead of obsolete ide_rq_bytes() in ide_kill_rq() > >> > and ide_floppy_do_request() for failed requests. > >> > [ bugfix part ] > >> > > >> > * Use blk_rq_bytes() instead of obsolete ide_rq_bytes() in ide_do_devset() > >> > and ide_complete_drive_reset(). Then remove ide_rq_bytes(). > >> > [ cleanup part ] > >> > > >> > Signed-off-by: Bartlomiej Zolnierkiewicz > >> > --- > >> > 'cleanup part' tested, limited testing with 'bugfix part' > >> > (using simulated failures of disk fs requests) > >> > >> Considering this alongsize patch #2, it even more begs the > >> question as to why special requests on floppy and tape were > >> handled differently. And that 'error <= 0' test, strange. > > > > TBH I fail to see how it relates to changes present in _this_ patch > > as no change in _this_ patch affects special tape/floppy requests.. > > The previous patch is a prerequesite for this one. So we should > discuss them as a whole. Because if we can't remove the "ide/floppy > RQ error 0 instead of -EIO" bit, then we don't make these further > consolidations either. Untrue, we can easily redo the patch #3 to not be dependent on patch #2. Do you prefer such version instead?