vserver 2.0 rc7
[linux-2.6.git] / include / scsi / scsi_driver.h
index 98c2e33..850dfa8 100644 (file)
@@ -14,6 +14,8 @@ struct scsi_driver {
        int (*init_command)(struct scsi_cmnd *);
        void (*rescan)(struct device *);
        int (*issue_flush)(struct device *, sector_t *);
+       int (*prepare_flush)(struct request_queue *, struct request *);
+       void (*end_flush)(struct request_queue *, struct request *);
 };
 #define to_scsi_driver(drv) \
        container_of((drv), struct scsi_driver, gendrv)