Re: small bug/oversight found in 2.4.3

2001-04-15 Thread Alexander Viro
On Sun, 15 Apr 2001, Jeff Garzik wrote: > Swivel wrote: > > > > drivers/char/char.c, line 247 > > create_proc_read_entry() is called regardless of the definition of > > CONFIG_PROC_FS, simply wrap call with #ifdef CONFIG_PROC_FS and #endif. > > create_proc_read_entry exists, as a static inlin

Re: small bug/oversight found in 2.4.3

2001-04-15 Thread Jeff Garzik
Swivel wrote: > > drivers/char/char.c, line 247 > create_proc_read_entry() is called regardless of the definition of > CONFIG_PROC_FS, simply wrap call with #ifdef CONFIG_PROC_FS and #endif. create_proc_read_entry exists, as a static inline no-op, without CONFIG_PROC_FS. Typically you want to c

small bug/oversight found in 2.4.3

2001-04-15 Thread Swivel
drivers/char/char.c, line 247 create_proc_read_entry() is called regardless of the definition of CONFIG_PROC_FS, simply wrap call with #ifdef CONFIG_PROC_FS and #endif. Cheers, Vito Caputo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMA