module: add new state MODULE_STATE_UNFORMED.
authorRusty Russell <rusty@rustcorp.com.au>
Sat, 12 Jan 2013 01:08:44 +0000 (11:38 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Sat, 12 Jan 2013 02:57:05 +0000 (13:27 +1030)
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>

No differences found