Re: [PATCH] BLOCK: Make it possible to disable the block layer



David Woodhouse <dwmw2@xxxxxxxxxxxxx> wrote:

So don't put it in the header file itself. Just do

#ifdef CONFIG_foo
#include <linux/foo.h>
#endif

That still doesn't work, but for a different reason.

Better still, avoid the need for the external code to poke at fs-private
header files at all.

Yeah.

David
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages