From: Hans Reiser Reiser4 manipulates with super block's inode lists. To do that it needs inode_lock and __iget to be external symbols. Signed-off-by: Andrew Morton --- 25-akpm/fs/inode.c | 3 +++ 1 files changed, 3 insertions(+) diff -puN fs/inode.c~reiser4-export-inode_lock fs/inode.c --- 25/fs/inode.c~reiser4-export-inode_lock 2004-10-03 16:43:05.817447168 -0700 +++ 25-akpm/fs/inode.c 2004-10-03 16:43:05.820446712 -0700 @@ -81,6 +81,7 @@ static struct hlist_head *inode_hashtabl * the i_state of an inode while it is in use.. */ spinlock_t inode_lock = SPIN_LOCK_UNLOCKED; +EXPORT_SYMBOL(inode_lock); /* * iprune_sem provides exclusion between the kswapd or try_to_free_pages @@ -233,6 +234,8 @@ void __iget(struct inode * inode) inodes_stat.nr_unused--; } +EXPORT_SYMBOL(__iget); + /** * clear_inode - clear an inode * @inode: inode to clear _