public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH]  IDE rwproc field
@ 2001-07-10  7:07 Tim Hockin
  0 siblings, 0 replies; only message in thread
From: Tim Hockin @ 2001-07-10  7:07 UTC (permalink / raw)
  To: andre, alan, Linux Kernel Mailing List

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

All,

Attached i a one-liner that adds a rwproc cache field to the IDE
subsystem.  Please let me know of any reason this can't become part of the
mainline kernel.

Tim
-- 
Tim Hockin
Systems Software Engineer
Sun Microsystems, Cobalt Server Appliances
thockin@sun.com

[-- Attachment #2: ide_rwproc.diff --]
[-- Type: text/plain, Size: 625 bytes --]

diff -ruN dist-2.4.6/include/linux/ide.h cobalt-2.4.6/include/linux/ide.h
--- dist-2.4.6/include/linux/ide.h	Tue Jul  3 15:44:16 2001
+++ cobalt-2.4.6/include/linux/ide.h	Mon Jul  9 15:56:19 2001
@@ -284,6 +284,7 @@
 	unsigned long service_time;	/* service time of last request */
 	unsigned long timeout;		/* max time to wait for irq */
 	special_t	special;	/* special action flags */
+	void	 *rwproc_cache;		/* last rwproc update */
 	byte     keep_settings;		/* restore settings after drive reset */
 	byte     using_dma;		/* disk is using dma for read/write */
 	byte     waiting_for_dma;	/* dma currently in progress */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-10  7:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-10  7:07 [PATCH] IDE rwproc field Tim Hockin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox