From: Rusty Russell Date: Wed, 23 Jul 2008 00:24:25 +0000 (-0500) Subject: module: don't use stop_machine for waiting rmmod X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=da39ba5e1d65e997a98f6eb93ba6e6eb505f6e3c;hp=da39ba5e1d65e997a98f6eb93ba6e6eb505f6e3c;p=mv-sheeva.git module: don't use stop_machine for waiting rmmod rmmod has a little-used "-w" option, meaning that instead of failing if the module is in use, it should block until the module becomes unused. In this case, we don't need to use stop_machine: Max Krasnyansky indicated that would be useful for SystemTap which loads/unloads new modules frequently. Cc: Max Krasnyansky Signed-off-by: Rusty Russell ---