Bug in pre-patch-2.1.100-1

Richard Gooch (rgooch@workaholix.atnf.CSIRO.AU)
Sun, 3 May 1998 10:36:29 +1000


Hi, Linus. The prototype for shrink_dcache_memory() in
include/linux/dcache.h is wrong. It was:

extern void shrink_dcache_memory(void);

it should be:

extern void shrink_dcache_memory(int, unsigned int);

Regards,

Richard....

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu