From: Rusty Russell Date: Sat, 5 Jun 2010 17:17:36 +0000 (-0600) Subject: module: move sysfs exposure to end of load_module X-Git-Tag: v2.6.35-rc2~7^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80a3d1bb410e000e176931a076cdf19a1e89a955;p=pandora-kernel.git module: move sysfs exposure to end of load_module This means a little extra work, but is more logical: we don't put anything in sysfs until we're about to put the module into the global list an parse its parameters. This also gives us a logical place to put duplicate module detection in the next patch. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed