|
@@ -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)
|