From: Herbert Xu Date: Thu, 9 Apr 2009 02:35:47 +0000 (+0800) Subject: module: try_then_request_module must wait X-Git-Tag: v2.6.30-rc2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97c18e2c7a8e36d2d83d50ee070314aadac73a11;p=pandora-kernel.git module: try_then_request_module must wait Since the whole point of try_then_request_module is to retry the operation after a module has been loaded, we must wait for the module to fully load. Otherwise all sort of things start breaking, e.g., you won't be able to read your encrypted disks on the first attempt. Signed-off-by: Herbert Xu Tested-by: Maciej Rutecki Tested-by: Patrick McHardy Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed