[PATCH] compile fix for intermezzo fs in 2.4.20pre11

K S Sreeram (sreeram@tachyontech.net)
21 Oct 2002 11:03:42 +0530


--=-gl/g89DvSSgOpjKQe+7W
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

hi
simple compile fix patch attached for fixing a compile problem in
intermezzo

Regards
Sreeram
Tachyon Technologies

--=-gl/g89DvSSgOpjKQe+7W
Content-Disposition: attachment; filename=intermezzo-compile-fix.patch
Content-Transfer-Encoding: quoted-printable
Content-Type: text/x-patch; name=intermezzo-compile-fix.patch; charset=ANSI_X3.4-1968

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 @@
=20
#include <linux/intermezzo_fs.h>
=20
-static kmem_cache_t * presto_dentry_slab;
+kmem_cache_t * presto_dentry_slab;
=20
/* called when a cache lookup succeeds */
static int presto_d_revalidate(struct dentry *de, int flag)

--=-gl/g89DvSSgOpjKQe+7W--

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