aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi
diff options
context:
space:
mode:
authorTetsuo Takata <takatan.linux@gmail.com>2006-01-25 11:12:40 +0100
committerJens Axboe <axboe@suse.de>2006-01-25 11:12:40 +0100
commitdfcd77d16b5745fbfea7d5636f15fc80cc05fef8 (patch)
treec7a421305ddfccba95b24bae5018dc784e9c7233 /include/scsi
parent[BLOCK] ll_rw_blk: fix setting of ->ordered on init (diff)
downloadlinux-dev-dfcd77d16b5745fbfea7d5636f15fc80cc05fef8.tar.xz
linux-dev-dfcd77d16b5745fbfea7d5636f15fc80cc05fef8.zip
[SCSI] Remove host template ordered_flush variable
After the recent overhaul of the block layer the variable "ordered_flush" is no longer used. Signed-off-by: Tetsuo Takata <takatatt@intellilink.co.jp> Signed-off-by: Jens Axboe <axboe@suse.de>
Diffstat (limited to 'include/scsi')
-rw-r--r--include/scsi/scsi_host.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h
index 467274a764d1..827992949c4b 100644
--- a/include/scsi/scsi_host.h
+++ b/include/scsi/scsi_host.h
@@ -554,7 +554,6 @@ struct Scsi_Host {
/*
* ordered write support
*/
- unsigned ordered_flush:1;
unsigned ordered_tag:1;
/*