]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/blkdev.h
blk: pass from_schedule to non-request unplug functions.
[mirror_ubuntu-artful-kernel.git] / include / linux / blkdev.h
index 607ca228f47e416292c5543bc877c9de763b969c..4e72a9d48232d513b5b2fe44d973de8dfeb1e9e4 100644 (file)
@@ -923,7 +923,7 @@ struct blk_plug {
 #define BLK_MAX_REQUEST_COUNT 16
 
 struct blk_plug_cb;
-typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *);
+typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *, bool);
 struct blk_plug_cb {
        struct list_head list;
        blk_plug_cb_fn callback;