mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-18 20:54:20 +00:00
[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>
This commit is contained in:
parent
60481b12b8
commit
dfcd77d16b
1 changed files with 0 additions and 1 deletions
|
@ -554,7 +554,6 @@ struct Scsi_Host {
|
||||||
/*
|
/*
|
||||||
* ordered write support
|
* ordered write support
|
||||||
*/
|
*/
|
||||||
unsigned ordered_flush:1;
|
|
||||||
unsigned ordered_tag:1;
|
unsigned ordered_tag:1;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue