diff options
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 607ca228f47e..4e72a9d48232 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -923,7 +923,7 @@ struct blk_plug { | |||
923 | #define BLK_MAX_REQUEST_COUNT 16 | 923 | #define BLK_MAX_REQUEST_COUNT 16 |
924 | 924 | ||
925 | struct blk_plug_cb; | 925 | struct blk_plug_cb; |
926 | typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *); | 926 | typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *, bool); |
927 | struct blk_plug_cb { | 927 | struct blk_plug_cb { |
928 | struct list_head list; | 928 | struct list_head list; |
929 | blk_plug_cb_fn callback; | 929 | blk_plug_cb_fn callback; |