vfs: remove extraneous NULL d_inode check from do_filp_open
[linux-2.6-block.git] / fs / dcache.c
index a100fa35a48f3702fbe5522e2636501dc8eb93f3..953173a293a93e3d8174e7d5955a70f535a75fb5 100644 (file)
@@ -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)