Introduce path_put()
[pandora-kernel.git] / fs / nfsd / nfs4state.c
index be2b9ec..bcb97d8 100644 (file)
@@ -3265,7 +3265,7 @@ nfs4_reset_recoverydir(char *recdir)
                nfs4_set_recdir(recdir);
                status = 0;
        }
-       path_release(&nd);
+       path_put(&nd.path);
        return status;
 }