-
- Downloads
There was an error fetching the commit references. Please try again later.
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>
Please register or sign in to comment