From: Christoph Hellwig Besides namei.c it's only used in the SN2 hwgraph code which can't be modular (and will be removed soon) Signed-off-by: Andrew Morton --- 25-akpm/fs/namei.c | 1 - 1 files changed, 1 deletion(-) diff -puN fs/namei.c~unexport-lookup_create fs/namei.c --- 25/fs/namei.c~unexport-lookup_create Tue Sep 7 16:29:46 2004 +++ 25-akpm/fs/namei.c Tue Sep 7 16:29:46 2004 @@ -2386,7 +2386,6 @@ EXPORT_SYMBOL(follow_up); EXPORT_SYMBOL(get_write_access); /* binfmt_aout */ EXPORT_SYMBOL(getname); EXPORT_SYMBOL(lock_rename); -EXPORT_SYMBOL(lookup_create); EXPORT_SYMBOL(lookup_hash); EXPORT_SYMBOL(lookup_one_len); EXPORT_SYMBOL(page_follow_link); _