dm path selector: remove 'repeat_count' return from .select_path hook
authorMike Snitzer <snitzer@redhat.com>
Thu, 18 Feb 2016 02:29:17 +0000 (21:29 -0500)
committerMike Snitzer <snitzer@redhat.com>
Tue, 23 Feb 2016 03:34:42 +0000 (22:34 -0500)
commit90a4323ccfeaa2ef35a8f4c6443ee5106453d961
tree515f390ae9369e93d0da20e23f9413adeb4173cf
parent9659f811446a67951127d4e81576204ffce9c86e
dm path selector: remove 'repeat_count' return from .select_path hook

If a path selector has any use for a repeat_count it should be handled
locally and not depend on the dm-mpath core to be concerned with it.

Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-mpath.c
drivers/md/dm-path-selector.h
drivers/md/dm-queue-length.c
drivers/md/dm-round-robin.c
drivers/md/dm-service-time.c