Small error in dcache.h on 2.1.100pre1

Eric Leblanc (jughead@generation.net)
Mon, 4 May 1998 02:02:42 -0400


Hi,

It seems that when somebody sent you a patch for mm/vmscan.c and
changed the call to shrink_dcache_memory they forgot to sent you the
change they made on dcache.h

Regards,

Eric L.

--- linux/include/linux/dcache.h~ Wed Jan 14 19:57:09 1998
+++ linux/include/linux/dcache.h Mon May 4 01:31:47 1998
@@ -131,7 +131,7 @@

/* dcache memory management */
extern int select_dcache(int, int);
-extern void shrink_dcache_memory(void);
+extern void shrink_dcache_memory(int priority, unsigned int gfp_mask);
extern void check_dcache_memory(void);
extern void free_inode_memory(int); /* defined in fs/inode.c */

-- 
I tried cp /proc/kcore /dev/audio on my home Linux system and distinctly
heard John Lennon saying "I buried Paul".  -- Jonathan Guthrie at asr

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