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-09-21 01:55:50.660978952 -0700 +++ 25-akpm/fs/inode.c 2004-09-21 01:55:50.664978344 -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 @@ -1062,7 +1060,6 @@ void generic_forget_inode(struct inode * clear_inode(inode); destroy_inode(inode); } - EXPORT_SYMBOL(generic_forget_inode); /* @@ -1336,7 +1333,6 @@ void wake_up_inode(struct inode *inode) if (waitqueue_active(wq)) wake_up_all(wq); } - EXPORT_SYMBOL(wake_up_inode); static __initdata unsigned long ihash_entries; _