diff options
author | Tetsuo Takata <takatan.linux@gmail.com> | 2006-01-25 11:12:40 +0100 |
---|---|---|
committer | Jens Axboe <axboe@suse.de> | 2006-01-25 11:12:40 +0100 |
commit | dfcd77d16b5745fbfea7d5636f15fc80cc05fef8 (patch) | |
tree | c7a421305ddfccba95b24bae5018dc784e9c7233 | |
parent | 60481b12b8816d431308c3d974e341ab8c8c0bcf (diff) | |
download | linux-3.10-dfcd77d16b5745fbfea7d5636f15fc80cc05fef8.tar.gz linux-3.10-dfcd77d16b5745fbfea7d5636f15fc80cc05fef8.tar.bz2 linux-3.10-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>
-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 467274a764d..827992949c4 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; /* |