Re: symbol fix for 2.1.110 : get_empty_filp

Chris Wedgwood (chris@cybernet.co.nz)
Tue, 21 Jul 1998 22:15:42 +1200


--envbJBWh7q8WU6mo
Content-Type: text/plain; charset=us-ascii

Oh crap... what a moron. I didn't boot and check this.

> +#ifdef CONFIG_BLK_DEV_LOOP_MODULE
> +EXPORT(get_empty_filep);

^^^ omit the 'e'.

its get_empty_filp obviously.

Doh.

-cw

--envbJBWh7q8WU6mo
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=blk-dev-fix

--- linux-2.1.x/kernel/ksyms.c.orig Tue Jul 21 21:54:10 1998
+++ linux-2.1.x/kernel/ksyms.c Tue Jul 21 22:11:02 1998
@@ -386,6 +386,10 @@
#ifdef CONFIG_BLK_DEV_MD
EXPORT_SYMBOL(disk_name); /* for md.c */
#endif
+
+#ifdef CONFIG_BLK_DEV_LOOP_MODULE
+EXPORT(get_empty_filp);
+#endif

/* binfmt_aout */
EXPORT_SYMBOL(get_write_access);

--envbJBWh7q8WU6mo--

-
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.altern.org/andrebalsa/doc/lkml-faq.html