diff options
author | Tetsuo Takata <takatan.linux@gmail.com> | 2006-01-25 05:12:40 -0500 |
---|---|---|
committer | Jens Axboe <axboe@suse.de> | 2006-01-25 05:12:40 -0500 |
commit | dfcd77d16b5745fbfea7d5636f15fc80cc05fef8 (patch) | |
tree | c7a421305ddfccba95b24bae5018dc784e9c7233 /include/scsi/scsi_host.h | |
parent | 60481b12b8816d431308c3d974e341ab8c8c0bcf (diff) |
[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/scsi_host.h')
-rw-r--r-- | include/scsi/scsi_host.h | 1 |
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 { | |||
554 | /* | 554 | /* |
555 | * ordered write support | 555 | * ordered write support |
556 | */ | 556 | */ |
557 | unsigned ordered_flush:1; | ||
558 | unsigned ordered_tag:1; | 557 | unsigned ordered_tag:1; |
559 | 558 | ||
560 | /* | 559 | /* |