fs/Makefile | 2 +- fs/inode.c | 4 +++- mm/page_alloc.c | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) --- linux/fs/inode.c~iod-stock-24-exports_hp Wed Apr 9 10:44:54 2003 +++ linux-mmonroe/fs/inode.c Wed Apr 9 10:49:50 2003 @@ -5,6 +5,7 @@ */ #include +#include #include #include #include @@ -66,7 +67,8 @@ static LIST_HEAD(anon_hash_chain); /* fo * NOTE! You also have to own the lock if you change * the i_state of an inode while it is in use.. */ -static spinlock_t inode_lock = SPIN_LOCK_UNLOCKED; +spinlock_t inode_lock = SPIN_LOCK_UNLOCKED; +EXPORT_SYMBOL(inode_lock); /* * Statistics gathering.. --- linux/fs/Makefile~iod-stock-24-exports_hp Wed Apr 9 10:26:08 2003 +++ linux-mmonroe/fs/Makefile Wed Apr 9 10:49:50 2003 @@ -7,7 +7,7 @@ O_TARGET := fs.o -export-objs := filesystems.o open.o dcache.o buffer.o dquot.o +export-objs := filesystems.o open.o dcache.o buffer.o dquot.o inode.o mod-subdirs := nls xfs obj-y := open.o read_write.o devices.o file_table.o buffer.o \ --- linux/mm/page_alloc.c~iod-stock-24-exports_hp Wed Apr 9 10:26:14 2003 +++ linux-mmonroe/mm/page_alloc.c Wed Apr 9 10:49:50 2003 @@ -28,6 +28,7 @@ int nr_inactive_pages; LIST_HEAD(inactive_list); LIST_HEAD(active_list); pg_data_t *pgdat_list; +EXPORT_SYMBOL(pgdat_list); /* * _