···90909191static struct kmem_cache *dentry_cache __read_mostly;92929393+const struct qstr empty_name = QSTR_INIT("", 0);9494+EXPORT_SYMBOL(empty_name);9595+const struct qstr slash_name = QSTR_INIT("/", 1);9696+EXPORT_SYMBOL(slash_name);9797+9398/*9499 * This is the single most critical data structure when it comes95100 * to the dcache: the hashtable for lookups. Somebody should try···15831578 */15841579 dentry->d_iname[DNAME_INLINE_LEN-1] = 0;15851580 if (unlikely(!name)) {15861586- static const struct qstr anon = QSTR_INIT("/", 1);15871587- name = &anon;15811581+ name = &slash_name;15881582 dname = dentry->d_iname;15891583 } else if (name->len > DNAME_INLINE_LEN-1) {15901584 size_t size = offsetof(struct external_name, name[1]);