[SCSI] Remove host template ordered_flush variable
authorTetsuo Takata <takatan.linux@gmail.com>
Wed, 25 Jan 2006 10:12:40 +0000 (11:12 +0100)
committerJens Axboe <axboe@suse.de>
Wed, 25 Jan 2006 10:12:40 +0000 (11:12 +0100)
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>
include/scsi/scsi_host.h

index 467274a..8279929 100644 (file)
@@ -554,7 +554,6 @@ struct Scsi_Host {
        /*
         * ordered write support
         */
-       unsigned ordered_flush:1;
        unsigned ordered_tag:1;
 
        /*