Commit dfcd77d1 authored by Tetsuo Takata's avatar Tetsuo Takata Committed by Jens Axboe
Browse files

[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: default avatarTetsuo Takata <takatatt@intellilink.co.jp>
Signed-off-by: default avatarJens Axboe <axboe@suse.de>
parent 60481b12
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -554,7 +554,6 @@ struct Scsi_Host {
	/*
	 * ordered write support
	 */
	unsigned ordered_flush:1;
	unsigned ordered_tag:1;

	/*