commit | 80a3d1bb410e000e176931a076cdf19a1e89a955 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Sat Jun 05 11:17:36 2010 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Sat Jun 05 11:17:36 2010 +0930 |
tree | 6883bbc3b2032d9604374513ccfd496dd63e76ba | |
parent | c8e21ced08b39ef8dfe7236fb2a923a95f645262 [diff] |
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 <rusty@rustcorp.com.au>