vfs: make it possible to access the dentry hash/len as one 64-bit entry
[linux-2.6-block.git] / fs / udf / namei.c
index 38de8f234b94966893eeec21d76f6ce63a7b6477..a165c66e3eef2249379890c60a4c7d4111e8df4d 100644 (file)
@@ -1193,7 +1193,7 @@ static struct dentry *udf_get_parent(struct dentry *child)
 {
        struct kernel_lb_addr tloc;
        struct inode *inode = NULL;
-       struct qstr dotdot = {.name = "..", .len = 2};
+       struct qstr dotdot = QSTR_INIT("..", 2);
        struct fileIdentDesc cfi;
        struct udf_fileident_bh fibh;