浏览代码

[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>
Tetsuo Takata 19 年之前
父节点
当前提交
dfcd77d16b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/scsi/scsi_host.h

+ 0 - 1
include/scsi/scsi_host.h

@@ -554,7 +554,6 @@ struct Scsi_Host {
 	/*
 	 * ordered write support
 	 */
-	unsigned ordered_flush:1;
 	unsigned ordered_tag:1;
 
 	/*