Home
last modified time | relevance | path

Searched hist:"17 f4ff45b58742e2cb32fce6e406dbdb4b32a1e7" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/md/
H A Ddm-mpath.cdiff 17f4ff45b58742e2cb32fce6e406dbdb4b32a1e7 Fri Feb 28 08:33:42 CST 2014 Hannes Reinecke <hare@suse.de> dm mpath: do not call pg_init when it is already running

This patch moves condition checks as a preparation of following
patches and has no effect on behaviour.
process_queued_ios() is the only caller of __pg_init_all_paths()
and 2 condition checks are moved from outside to inside without
side effects.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Reviewed-by: Jun'ichi Nomura <j-nomura@ce.jp.nec.com>