Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
[linux-2.6-block.git] / fs / utimes.c
index e5588cd8530e1b7b751bb2a459ac51fdcd3498aa..679b08288a660c8ed5c7ccdd7636f3e2d7c0bc38 100644 (file)
@@ -84,7 +84,7 @@ long do_utimes(int dfd, char __user *filename, struct timespec *times, int flags
                if (error)
                        goto out;
 
-               dentry = nd.dentry;
+               dentry = nd.path.dentry;
        }
 
        inode = dentry->d_inode;