aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJens Axboe <axboe@suse.de>2004-08-22 22:37:31 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-08-22 22:37:31 -0700
commit91173b0cb74b5288c298fd37ce96854882574ae3 (patch)
treecc0ff09c5043130aa6ecd4b49c33616cdf528254 /include
parent5e9dbcaa2c752116b116bda619cf2e5438757e6a (diff)
downloadhistory-91173b0cb74b5288c298fd37ce96854882574ae3.tar.gz
[PATCH] disk barriers: scsi
scsi bits Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/scsi/scsi_driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/scsi_driver.h b/include/scsi/scsi_driver.h
index 3465f31a21c4c5..98c2e33f6159ac 100644
--- a/include/scsi/scsi_driver.h
+++ b/include/scsi/scsi_driver.h
@@ -13,6 +13,7 @@ struct scsi_driver {
int (*init_command)(struct scsi_cmnd *);
void (*rescan)(struct device *);
+ int (*issue_flush)(struct device *, sector_t *);
};
#define to_scsi_driver(drv) \
container_of((drv), struct scsi_driver, gendrv)