commit | 51781428ead9a2142795764d0c42abfd9bb47171 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jan 05 22:42:32 2015 +1100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jan 05 22:58:52 2015 +1100 |
tree | 3a1109598708b81a945dbaa411cb575e22308fa2 | |
parent | d0e170e595a024aa5e4ec53a30f833f07f8cb849 [diff] |
input: Move all input state into parsefile Currently we maintain a copy of the input state outside of parsefile. This is redundant and makes reentrancy difficult. This patch kills the duplicate global states and now everyone simply uses parsefile. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>