X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Futimes.c;h=b18da9c0b97f5f03185b13678ac0ca16932d9c70;hb=8281db3b52c1b0e0bd249e8700cf35e64c1e13bd;hp=e5588cd8530e1b7b751bb2a459ac51fdcd3498aa;hpb=e33f6635da037ed4d2634ee6bdf5c4d601946c18;p=linux-2.6-omap-h63xx.git diff --git a/fs/utimes.c b/fs/utimes.c index e5588cd8530..b18da9c0b97 100644 --- a/fs/utimes.c +++ b/fs/utimes.c @@ -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; @@ -138,7 +138,7 @@ dput_and_out: if (f) fput(f); else - path_release(&nd); + path_put(&nd.path); out: return error; }