PR# 254 Re: symbol fix for 2.1.110 : get_empty_filp

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


--0eh6TmSyL6TZE2Uz
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=mutta00120

Umm... (this one tested).

--0eh6TmSyL6TZE2Uz
Content-Type: text/plain; charset=us-ascii
Content-Description: Kill me for not testing this before. Its only fair.
Content-Disposition: attachment; filename="blk-dev-fix.a00120"

--- 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:29:06 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_SYMBOL(get_empty_filp);
+#endif

/* binfmt_aout */
EXPORT_SYMBOL(get_write_access);

--0eh6TmSyL6TZE2Uz--

-
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