On Tue, Dec 30, 2014 at 12:46:22AM -0500, Pranith Kumar wrote: > Isolate the SRCU functions and data structures within CONFIG_SRCU so that there > is a compile time failure if srcu is used when not enabled. This was decided to > be better than waiting until link time for a failure to occur. Why?