vfs: make it possible to access the dentry hash/len as one 64-bit entry
[deliverable/linux.git] / fs / ext3 / namei.c
index d7940b24cf683c3c63a2cf7d27e0f3e81eebd32e..eeb63dfc5d20320b0b7876022b342920294e7754 100644 (file)
@@ -1045,7 +1045,7 @@ static struct dentry *ext3_lookup(struct inode * dir, struct dentry *dentry, str
 struct dentry *ext3_get_parent(struct dentry *child)
 {
        unsigned long ino;
-       struct qstr dotdot = {.name = "..", .len = 2};
+       struct qstr dotdot = QSTR_INIT("..", 2);
        struct ext3_dir_entry_2 * de;
        struct buffer_head *bh;
 
This page took 0.024963 seconds and 5 git commands to generate.