From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH] Snoop SET FEATURES - WRITE CACHE ENABLE/DISABLE command(v5) Date: Mon, 12 Jun 2006 00:43:16 -0400 Message-ID: <448CF0E4.4060100@garzik.org> References: <1150084894.5721.32.camel@forrest26.sh.intel.com> <448CEB2D.3060102@garzik.org> <448CEBCE.9080206@garzik.org> <1150086204.5721.37.camel@forrest26.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:43906 "EHLO mail.dvmed.net") by vger.kernel.org with ESMTP id S1751324AbWFLEnS (ORCPT ); Mon, 12 Jun 2006 00:43:18 -0400 In-Reply-To: <1150086204.5721.37.camel@forrest26.sh.intel.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: "zhao, forrest" Cc: linux-ide@vger.kernel.org zhao, forrest wrote: > On Mon, 2006-06-12 at 00:21 -0400, Jeff Garzik wrote: >> Jeff Garzik wrote: >>> zhao, forrest wrote: >>>> This patch makes libata "Snoop SET FEATURES - WRITE CACHE ENABLE/DISABLE >>>> command" and clean the things up(e.g. revalidate and rescan). >>>> >>>> Signed-off-by: Forrest Zhao >>> applied >> Um... please make sure all your patches build! >> >> I had to apply the attached patch to get it to work. >> >> Jeff >> >> >> >> Plain text document attachment (patch) >> diff --git a/include/linux/libata.h b/include/linux/libata.h >> index 39e6b77..61eea57 100644 >> --- a/include/linux/libata.h >> +++ b/include/linux/libata.h >> @@ -522,6 +522,7 @@ struct ata_port { >> >> struct work_struct port_task; >> struct work_struct hotplug_task; >> + struct work_struct scsi_rescan_task; >> >> unsigned int hsm_task_state; > > Oh, sorry for that. I had tested the patch before sending it out. > But don't know why this line is missing. Do I need to re-send the whole > patch? Nope, I applied it, then applied a build fix. Jeff