]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/dcache.c
mm-compaction-abort-compaction-loop-if-lock-is-contended-or-run-too-long-fix-2
[karo-tx-linux.git] / fs / dcache.c
index 3a463d0c4fe830d5c33c9dcf9ebd05e5caf5fb43..0d0adb661783f4eb1b74df65be5c2c03afdbae96 100644 (file)
@@ -1583,7 +1583,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;