ksyms for 2.1.61 smbfs

Bill Hawes (whawes@star.net)
Mon, 03 Nov 1997 09:59:39 -0500


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

This minor patch for kernel/ksyms didn't make it into the 2.1.61
kernel. It's needed for smbfs (and some other modules soon.)

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

--- kernel/ksyms.c.old Sat Oct 25 07:43:21 1997
+++ kernel/ksyms.c Sat Oct 25 08:21:30 1997
@@ -167,6 +167,7 @@
EXPORT_SYMBOL(invalidate_buffers);
EXPORT_SYMBOL(invalidate_inodes);
EXPORT_SYMBOL(invalidate_inode_pages);
+EXPORT_SYMBOL(truncate_inode_pages);
EXPORT_SYMBOL(fsync_dev);
EXPORT_SYMBOL(permission);
EXPORT_SYMBOL(inode_setattr);
@@ -197,6 +198,7 @@
EXPORT_SYMBOL(dput);
EXPORT_SYMBOL(get_cached_page);
EXPORT_SYMBOL(put_cached_page);
+EXPORT_SYMBOL(shrink_dcache_sb);

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

--------------EE9E9C0A33721274432E18CD--