Re: 2.1.125 compile error (dies on umsdos)

Matija Nalis (mnalis@public.srce.hr)
Sat, 10 Oct 98 13:36 MET DST


On Fri, 9 Oct 1998 10:17:18 -0700 (PDT), Joel Jaeggli <joelja@darkwing.uoregon.edu> wrote:
>fs/filesystems.a(umsdos.o): In function `UMSDOS_read_super':
>umsdos.o(.text+0x11c4): undefined reference to `umsdos_dentry_operations'
>umsdos.o(.text+0x11ed): undefined reference to `umsdos_dentry_operations'
>fs/filesystems.a(umsdos.o): In function `umsdos_rlookup_x':
>umsdos.o(.text+0x3750): undefined reference to `umsdos_dentry_operations'
>make: *** [vmlinux] Error 1

This one should fix it.

--- linux/fs/umsdos/dir.c~ Wed Sep 30 00:01:33 1998
+++ linux/fs/umsdos/dir.c Sat Oct 10 13:29:52 1998
@@ -44,7 +44,7 @@
}
}

-static struct dentry_operations umsdos_dentry_operations =
+struct dentry_operations umsdos_dentry_operations =
{
umsdos_dentry_validate, /* d_validate(struct dentry *) */
NULL, /* d_hash */

-- 
Opinions above are GNU-copylefted.

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