]> Git Repo - linux.git/blobdiff - drivers/md/md.h
md: pass mddev to make_request functions rather than request_queue
[linux.git] / drivers / md / md.h
index 3225e25f3c2adcb56980e0e9fc4922aa9ddd0835..a536f54580970cb1114ed4b4b8717c7381a80d52 100644 (file)
@@ -330,7 +330,7 @@ struct mdk_personality
        int level;
        struct list_head list;
        struct module *owner;
-       int (*make_request)(struct request_queue *q, struct bio *bio);
+       int (*make_request)(mddev_t *mddev, struct bio *bio);
        int (*run)(mddev_t *mddev);
        int (*stop)(mddev_t *mddev);
        void (*status)(struct seq_file *seq, mddev_t *mddev);
This page took 0.030444 seconds and 4 git commands to generate.