* [PATCH] compile fix for intermezzo fs in 2.4.20pre11
@ 2002-10-21 5:33 K S Sreeram
0 siblings, 0 replies; only message in thread
From: K S Sreeram @ 2002-10-21 5:33 UTC (permalink / raw)
To: alan, braam, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 121 bytes --]
hi
simple compile fix patch attached for fixing a compile problem in
intermezzo
Regards
Sreeram
Tachyon Technologies
[-- Attachment #2: intermezzo-compile-fix.patch --]
[-- Type: text/x-patch, Size: 421 bytes --]
diff -Nru a/fs/intermezzo/dcache.c b/fs/intermezzo/dcache.c
--- a/fs/intermezzo/dcache.c Mon Oct 21 10:56:57 2002
+++ b/fs/intermezzo/dcache.c Mon Oct 21 10:56:57 2002
@@ -48,7 +48,7 @@
#include <linux/intermezzo_fs.h>
-static kmem_cache_t * presto_dentry_slab;
+kmem_cache_t * presto_dentry_slab;
/* called when a cache lookup succeeds */
static int presto_d_revalidate(struct dentry *de, int flag)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-10-21 5:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-21 5:33 [PATCH] compile fix for intermezzo fs in 2.4.20pre11 K S Sreeram
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox