Re: "CONFIG_PROCFS" problem in 2.3.18ac8

Jeff Garzik (jgarzik@pobox.com)
Wed, 22 Sep 1999 15:36:26 -0400


Matti Aarnio wrote:
> Turns out that drivers/block/cpqarray.c has a typo:
[...]
> The thing to test is CONFIG_PROC_FS ...

When you include proc_fs.h you should not need _any_ ifdefs at all.
Inlined no-op versions of the procfs API functions are substituted when
!CONFIG_PROC_FS.

Regards,

Jeff

-- 
Custom driver development	|    Never worry about theory as long
Open source programming		|    as the machinery does what it's
				|    supposed to do.  -- R. A. Heinlein

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