Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754745AbYLGOJV (ORCPT ); Sun, 7 Dec 2008 09:09:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754084AbYLGOJH (ORCPT ); Sun, 7 Dec 2008 09:09:07 -0500 Received: from mgw2.diku.dk ([130.225.96.92]:33272 "EHLO mgw2.diku.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753939AbYLGOJG (ORCPT ); Sun, 7 Dec 2008 09:09:06 -0500 From: Nicolas Palix To: Stephen Rothwell Subject: Re: [PATCH linux-next] powerpc/powermac: Add missing of_node_put Date: Sun, 7 Dec 2008 15:09:08 +0100 User-Agent: KMail/1.9.10 Cc: Paul Mackerras , Andrew Morton , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, Julia Lawall References: <200812021445.18670.npalix@diku.dk> <18747.13668.304923.709761@cargo.ozlabs.ibm.com> <20081207164333.78b69d16.sfr@canb.auug.org.au> In-Reply-To: <20081207164333.78b69d16.sfr@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812071509.09091.npalix@diku.dk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1597 Lines: 40 On Sunday 07 December 2008 06:43:33 Stephen Rothwell wrote: > Hi Paul, > > On Sun, 7 Dec 2008 13:31:00 +1100 Paul Mackerras wrote: > > > > I'm really in two minds about applying any of the of_node_put patches > > that only affect powermacs. The reference counts only matter on > > platforms where we update the OF device tree at runtime, which is > > currently only IBM pSeries machines. Since we don't have any hotplug > > on powermacs, and never will have, the OF device tree is completely > > static and we don't actually need refcounts on the nodes at all, so > > who cares if they're a bit higher than they might be? > > > > In particular, the VIA whose node we're looking for here is built-in > > on the motherboard, and there can never be more than one, and it can > > never be removed. > > I my mind it is about consistent use of the API and good examples for > people to copy. Also, in about a year you will be presented with the > same set of patches when a new pair of eyes looks at the same code and > notices the discrepancy ... > Hi Andrew, Indeed, there is an updated version of this patch in my second mail which fixes this issue. http://lkml.org/lkml/2008/12/3/88 Moreover, there is still a reference count unbalanced with your patch in the case where the function returns 1. Regards, -- Nicolas Palix -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/