commit | 0d21b0e3477395e7ff2acc269f15df6e6a8d356d | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Sat Jan 12 11:38:44 2013 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Sat Jan 12 13:27:05 2013 +1030 |
tree | 116c1a198a36f7ec80cf39e8f307175344290612 | |
parent | 52441fa8f2f1ccc9fa97607c6ccf8b46b9fd15ae [diff] |
module: add new state MODULE_STATE_UNFORMED. You should never look at such a module, so it's excised from all paths which traverse the modules list. We add the state at the end, to avoid gratuitous ABI break (ksplice). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>