Re: Hohum: 2.0.34pre10 uploaded

Trevor Johnson (trevor@jpj.net)
Tue, 21 Apr 1998 06:33:17 -0700 (PDT)


dir.c:116: warning: `dump_de' defined but not used

The place where this function was called is #if 0'd. Here's a patch to
#if 0 its definition as well.
___
Trevor Johnson

--- linux/fs/fat/dir.c.orig Tue Apr 21 06:00:58 1998
+++ linux/fs/fat/dir.c Tue Apr 21 06:28:48 1998
@@ -112,6 +112,7 @@
}

+#if 0
static void dump_de(struct msdos_dir_entry *de)
{
int i;
@@ -123,6 +124,7 @@
}
printk("]\n");
}
+#endif

int fat_readdirx(
struct inode *inode,

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