X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fs%2Fdcache.c;h=953173a293a93e3d8174e7d5955a70f535a75fb5;hb=cb59861f03a626196a23fdef5e20ddbb8cca6466;hp=a100fa35a48f3702fbe5522e2636501dc8eb93f3;hpb=4b3df5668c8ebaebd8d66a5a94374be3e3b2ef0c;p=linux-2.6-block.git diff --git a/fs/dcache.c b/fs/dcache.c index a100fa35a48f..953173a293a9 100644 --- a/fs/dcache.c +++ b/fs/dcache.c @@ -978,6 +978,7 @@ struct dentry *d_alloc_name(struct dentry *parent, const char *name) q.hash = full_name_hash(q.name, q.len); return d_alloc(parent, &q); } +EXPORT_SYMBOL(d_alloc_name); /* the caller must hold dcache_lock */ static void __d_instantiate(struct dentry *dentry, struct inode *inode)