All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: "zhao, forrest" <forrest.zhao@intel.com>
Cc: linux-ide@vger.kernel.org
Subject: Re: [PATCH] Snoop SET FEATURES - WRITE CACHE ENABLE/DISABLE command(v5)
Date: Mon, 12 Jun 2006 00:21:34 -0400	[thread overview]
Message-ID: <448CEBCE.9080206@garzik.org> (raw)
In-Reply-To: <448CEB2D.3060102@garzik.org>

[-- Attachment #1: Type: text/plain, Size: 367 bytes --]

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 <forrest.zhao@intel.com>
> 
> applied

Um... please make sure all your patches build!

I had to apply the attached patch to get it to work.

	Jeff




[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 331 bytes --]

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;
 

  reply	other threads:[~2006-06-12  4:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-12  4:01 [PATCH] Snoop SET FEATURES - WRITE CACHE ENABLE/DISABLE command(v5) zhao, forrest
2006-06-12  4:18 ` Jeff Garzik
2006-06-12  4:21   ` Jeff Garzik [this message]
2006-06-12  4:23     ` zhao, forrest
2006-06-12  4:43       ` Jeff Garzik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=448CEBCE.9080206@garzik.org \
    --to=jeff@garzik.org \
    --cc=forrest.zhao@intel.com \
    --cc=linux-ide@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.