Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu...
[deliverable/linux.git] / drivers / md / dm-path-selector.h
index e7d1fa8b0459f3deaadc16a34a09231764073fbc..b6eb5365b1a46bdfda5b6e45e8b820041f4666d4 100644 (file)
@@ -50,13 +50,8 @@ struct path_selector_type {
        /*
         * Chooses a path for this io, if no paths are available then
         * NULL will be returned.
-        *
-        * repeat_count is the number of times to use the path before
-        * calling the function again.  0 means don't call it again unless
-        * the path fails.
         */
        struct dm_path *(*select_path) (struct path_selector *ps,
-                                       unsigned *repeat_count,
                                        size_t nr_bytes);
 
        /*
This page took 0.054188 seconds and 5 git commands to generate.