Start uevent service handler from main thread
authorHannes Reinecke <hare@suse.de>
Tue, 30 Mar 2010 08:53:05 +0000 (10:53 +0200)
committerHannes Reinecke <hare@suse.de>
Tue, 17 May 2011 09:58:19 +0000 (11:58 +0200)
commit6b16726c299a7adc7d0d2b9a4da001928c04c341
treebf9b95f466a6d66d46754aac9fef6a37869ceac1
parent651847893a8efdc3ed4f24a610db4b307b0dcefd
Start uevent service handler from main thread

We should start the uevent handler as early as possible so as
to not miss out any events. However, we cannot process these
events until after all paths have been discovered. So we
should be starting the uevent service routine only after
the discovery process.

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