From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755631AbYIDQP5 (ORCPT ); Thu, 4 Sep 2008 12:15:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752502AbYIDQPq (ORCPT ); Thu, 4 Sep 2008 12:15:46 -0400 Received: from accolon.hansenpartnership.com ([76.243.235.52]:60311 "EHLO accolon.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750822AbYIDQPp (ORCPT ); Thu, 4 Sep 2008 12:15:45 -0400 Subject: Re: [PATCH] forgotten refcount on sysctl root table From: James Bottomley To: Al Viro Cc: Linus Torvalds , Parisc List , linux-kernel In-Reply-To: <20080904160557.GT28946@ZenIV.linux.org.uk> References: <1220540651.3276.16.camel@localhost.localdomain> <20080904160557.GT28946@ZenIV.linux.org.uk> Content-Type: text/plain Date: Thu, 04 Sep 2008 11:15:43 -0500 Message-Id: <1220544943.3276.20.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2008-09-04 at 17:05 +0100, Al Viro wrote: > We should've set refcount on the root sysctl table; otherwise we'll > blow up the first time we get down to zero dynamically registered sysctl > tables. > > Signed-off-by: Al Viro That fixes the problem, Thanks, James