linux-2.1.84 PATCH to fix problem with file system modules

Adam J. Richter (adam@yggdrasil.com)
Sat, 31 Jan 1998 07:21:17 -0800


2.1.83 and 2.1.84 need to export the new subroutine
update_atime() in order for most file systems to work as loadable
modules. Here is the one line patch.

Adam J. Richter __ ______________ 4880 Stevens Creek Blvd, Suite 205
adam@yggdrasil.com \ / San Jose, California 95129-1034
+1 408 261-6630 | g g d r a s i l United States of America
fax +1 408 261-6631 "Free Software For The Rest Of Us."
------------------------CUT HERE--------------------------------------
*** /tmp/linux-2.1.84/kernel/ksyms.c Mon Jan 26 11:43:19 1998
--- linux/kernel/ksyms.c Sat Jan 31 07:06:02 1998
***************
*** 176,179 ****
--- 177,181 ----
EXPORT_SYMBOL(inode_change_ok);
EXPORT_SYMBOL(write_inode_now);
+ EXPORT_SYMBOL(update_atime);
EXPORT_SYMBOL(notify_change);
EXPORT_SYMBOL(get_hardblocksize);