libmultipath: Remove duplicate calls to path_offline()
authorHannes Reinecke <hare@suse.de>
Thu, 27 May 2010 11:53:43 +0000 (13:53 +0200)
committerHannes Reinecke <hare@suse.de>
Wed, 18 May 2011 07:48:05 +0000 (09:48 +0200)
commitd982709f814bfb496f22b78b5951016957a00cf8
tree47982dc0bfd9807ae7e465acc502c20d8c6c88c6
parent16b8503510b11e690051a2a1c4f096505357d799
libmultipath: Remove duplicate calls to path_offline()

When calling pathinfo() path_offline() is called several times
in a row, which is quite unnecessary.

Signed-off-by: Hannes Reinecke <hare@suse.de>
libmultipath/discovery.c
multipathd/main.c