This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / include / scsi / scsi_driver.h
index 3465f31..850dfa8 100644 (file)
@@ -13,6 +13,9 @@ 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)