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 2004-09-21 01:57:22.203062440 -0700 +++ 25-akpm/fs/namei.c 2004-09-21 01:57:22.208061680 -0700 @@ -2387,7 +2387,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); _