Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[deliverable/linux.git] / fs / utimes.c
index 679b08288a660c8ed5c7ccdd7636f3e2d7c0bc38..b18da9c0b97f5f03185b13678ac0ca16932d9c70 100644 (file)
@@ -138,7 +138,7 @@ dput_and_out:
        if (f)
                fput(f);
        else
-               path_release(&nd);
+               path_put(&nd.path);
 out:
        return error;
 }
This page took 0.033668 seconds and 5 git commands to generate.