Introduce path_put()
[pandora-kernel.git] / fs / cifs / cifs_dfs_ref.c
index bcd53c2..6ad4475 100644 (file)
@@ -368,7 +368,7 @@ out:
        cFYI(1, ("leaving %s" , __FUNCTION__));
        return ERR_PTR(rc);
 out_err:
-       path_release(nd);
+       path_put(&nd->path);
        goto out;
 }