Andrew Morton wrote: > Michael Thonke wrote: > >>Hello Andrew, >> >>I have some questions :-) >>Reiser4: >> >>why there are undefined functions implemented that currently not in use? >>This messages appeared first time in 2.6.13-rc3-mm2. >> >>Any why it complains even CONFIG_REISER4_DEBUG is not set? > > > That's due to the code using `#if CONFIG_xx' instead of `#ifdef'. > I previously posted a patch that got rid of one of these, find it attached again below. Signed-off-by: Nick Sillik