]> err.no Git - linux-2.6/blobdiff - fs/utimes.c
rt2x00: Remove MAC80211_LEDS dependency
[linux-2.6] / 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;
 }