From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 0/4] ide-tape: misc stuff Date: Wed, 15 Jul 2009 11:16:06 -0700 (PDT) Message-ID: <20090715.111606.193724419.davem@davemloft.net> References: <1247671100-8173-1-git-send-email-petkovbb@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:39546 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755784AbZGOSQD (ORCPT ); Wed, 15 Jul 2009 14:16:03 -0400 In-Reply-To: <1247671100-8173-1-git-send-email-petkovbb@gmail.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: petkovbb@googlemail.com Cc: bzolnier@gmail.com, linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org From: Borislav Petkov Date: Wed, 15 Jul 2009 17:18:16 +0200 > here is some ide-tape stuff. > > * 0001: somehow fell through the cracks, DEBUG build fix This is OK. > * 0002: mostly code unification I'm not applying this. IDE is in deep maintainence mode and we really need to avoid changes that don't fix real bugs and have only marginal benefit, like this change. > * 0003: this one converts ide-tape to the debugging scheme we use with ide-cd > and ide-floppy. It adds some debug calls at important places and has proven > very helpful when working on bug reports with users. No functional change. I'm not applying this for the same reason as patch #2. > * 0004: real bugfix Ok, did you test this? Please respin patch #1 and #4 as a two patch set and resubmit. Thank you.