X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fnamei.c;h=96723ae83c89d5283b335320b7b4315145a02d6b;hb=86db2f4239e2556cd37b853c2307aa9d43041458;hp=22f6e8d16aa858c0a16b17544d7916a91a9b9006;hpb=329b10bb0feacb7fb9a41389313ff0a51ae56f2a;p=linux-2.6 diff --git a/fs/namei.c b/fs/namei.c index 22f6e8d16a..96723ae83c 100644 --- a/fs/namei.c +++ b/fs/namei.c @@ -1254,7 +1254,7 @@ out: return dentry; } -struct dentry * lookup_hash(struct nameidata *nd) +static struct dentry *lookup_hash(struct nameidata *nd) { return __lookup_hash(&nd->last, nd->dentry, nd); } @@ -2697,7 +2697,6 @@ EXPORT_SYMBOL(follow_up); EXPORT_SYMBOL(get_write_access); /* binfmt_aout */ EXPORT_SYMBOL(getname); EXPORT_SYMBOL(lock_rename); -EXPORT_SYMBOL(lookup_hash); EXPORT_SYMBOL(lookup_one_len); EXPORT_SYMBOL(page_follow_link_light); EXPORT_SYMBOL(page_put_link);