patch for 2.1.121 kernel/ksyms.c

Bill Hawes (whawes@star.net)
Fri, 11 Sep 1998 00:13:50 -0400


This is a multi-part message in MIME format.
--------------D7140FED961FE187868AA070
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

This patch exports the dcache d_path() routine, as it's now needed for
the UMSDOS module.

Regards,
Bill
--------------D7140FED961FE187868AA070
Content-Type: text/plain; charset=us-ascii; name="ksyms_121-patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="ksyms_121-patch"

--- linux-2.1.121/kernel/ksyms.c.old Tue Sep 1 21:39:19 1998
+++ linux-2.1.121/kernel/ksyms.c Thu Sep 10 09:15:09 1998
@@ -146,6 +146,7 @@
EXPORT_SYMBOL(d_instantiate);
EXPORT_SYMBOL(d_alloc);
EXPORT_SYMBOL(d_lookup);
+EXPORT_SYMBOL(d_path);
EXPORT_SYMBOL(__mark_inode_dirty);
EXPORT_SYMBOL(get_empty_filp);
EXPORT_SYMBOL(init_private_file);

--------------D7140FED961FE187868AA070--

-
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/faq.html