Signed-off-by: Andrew Morton --- 25-akpm/fs/inode.c | 4 ---- 1 files changed, 4 deletions(-) diff -puN fs/inode.c~reiser4-allow-drop_inode-implementation-cleanup fs/inode.c --- 25/fs/inode.c~reiser4-allow-drop_inode-implementation-cleanup 2004-10-21 14:54:51.640073008 -0700 +++ 25-akpm/fs/inode.c 2004-10-21 14:54:51.644072400 -0700 @@ -181,10 +181,8 @@ void destroy_inode(struct inode *inode) else kmem_cache_free(inode_cachep, (inode)); } - EXPORT_SYMBOL(destroy_inode); - /* * These are initializations that only need to be done * once, because the fields are idempotent across use @@ -1061,7 +1059,6 @@ void generic_forget_inode(struct inode * clear_inode(inode); destroy_inode(inode); } - EXPORT_SYMBOL(generic_forget_inode); /* @@ -1311,7 +1308,6 @@ void wake_up_inode(struct inode *inode) smp_mb(); wake_up_bit(&inode->i_state, __I_LOCK); } - EXPORT_SYMBOL(wake_up_inode); static __initdata unsigned long ihash_entries; _