kernel/ksyms patch for shrink_dcache_parent

Bill Hawes (whawes@star.net)
Thu, 13 Nov 1997 08:57:44 -0500


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

The attached patch adds shrink_dcache_parent to ksyms.c for use in the
various filesystem modules.

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

--- kernel/ksyms.c.old Wed Nov 12 17:34:14 1997
+++ kernel/ksyms.c Wed Nov 12 19:39:43 1997
@@ -198,6 +198,7 @@
EXPORT_SYMBOL(get_cached_page);
EXPORT_SYMBOL(put_cached_page);
EXPORT_SYMBOL(shrink_dcache_sb);
+EXPORT_SYMBOL(shrink_dcache_parent);

#if !defined(CONFIG_NFSD) && defined(CONFIG_NFSD_MODULE)
EXPORT_SYMBOL(do_nfsservctl);

--------------D29D894930400DFEB99B2F6B--