public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH]scsi:removal of the variable "ordered_flush"
@ 2006-01-25  9:59 Tetsuo Takata
  2006-01-25 10:03 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Tetsuo Takata @ 2006-01-25  9:59 UTC (permalink / raw)
  To: akpm, axboe; +Cc: linux-kernel

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

Hi,


After the recent overhaul of the block layer the variable
"ordered_flush" is no longer used.


Regards,

Tetsuo Takata

[-- Attachment #2: remove_ordered_flush.patch --]
[-- Type: application/octet-stream, Size: 528 bytes --]

The patch below removes dead code.

Signed-off-by: Tetsuo Takata <takatatt@intellilink.co.jp>
---

diff -urNp linux-2.6.16-rc1-git4/include/scsi/scsi_host.h linux-2.6.16-rc1-git4-fixed/include/scsi/scsi_host.h
--- linux-2.6.16-rc1-git4/include/scsi/scsi_host.h	2006-01-23 21:29:17.000000000 +0900
+++ linux-2.6.16-rc1-git4-fixed/include/scsi/scsi_host.h	2006-01-25 18:11:59.000000000 +0900
@@ -554,7 +554,6 @@ struct Scsi_Host {
 	/*
 	 * ordered write support
 	 */
-	unsigned ordered_flush:1;
 	unsigned ordered_tag:1;
 
 	/*

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-25 10:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-25  9:59 [PATCH]scsi:removal of the variable "ordered_flush" Tetsuo Takata
2006-01-25 10:03 ` Jens Axboe

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