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:21:34 -0400 Message-ID: <448CEBCE.9080206@garzik.org> References: <1150084894.5721.32.camel@forrest26.sh.intel.com> <448CEB2D.3060102@garzik.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------010004020008030303060306" Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:56705 "EHLO mail.dvmed.net") by vger.kernel.org with ESMTP id S1750810AbWFLEVg (ORCPT ); Mon, 12 Jun 2006 00:21:36 -0400 In-Reply-To: <448CEB2D.3060102@garzik.org> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: "zhao, forrest" Cc: linux-ide@vger.kernel.org This is a multi-part message in MIME format. --------------010004020008030303060306 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 --------------010004020008030303060306 Content-Type: text/plain; name="patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="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; --------------010004020008030303060306--