diff --git a/[refs] b/[refs] index a54658a3868e..f21f63e1d8e9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 471667391a92bf7bf2cd4ff31a3ad88e5dec934b +refs/heads/master: b911a6bdeef5848c468597d040e3407e0aee04ce diff --git a/trunk/fs/dcache.c b/trunk/fs/dcache.c index 1782be3fc3ef..19153a0a810c 100644 --- a/trunk/fs/dcache.c +++ b/trunk/fs/dcache.c @@ -1559,7 +1559,7 @@ EXPORT_SYMBOL(d_find_any_alias); */ struct dentry *d_obtain_alias(struct inode *inode) { - static const struct qstr anonstring = { .name = "" }; + static const struct qstr anonstring = QSTR_INIT("/", 1); struct dentry *tmp; struct dentry *res;