From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754576AbZHPOq5 (ORCPT ); Sun, 16 Aug 2009 10:46:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751781AbZHPOq5 (ORCPT ); Sun, 16 Aug 2009 10:46:57 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:41363 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750982AbZHPOq4 (ORCPT ); Sun, 16 Aug 2009 10:46:56 -0400 Date: Sun, 16 Aug 2009 10:46:57 -0400 From: Christoph Hellwig To: Thomas Gleixner Cc: LKML , Al Viro , Christoph Hellwig Subject: Re: [patch 00/11] Cleanup unload_nls() calls Message-ID: <20090816144657.GA9549@infradead.org> References: <20090814122657.114987508@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090814122657.114987508@linutronix.de> User-Agent: Mutt/1.5.19 (2009-01-05) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 14, 2009 at 12:42:36PM -0000, Thomas Gleixner wrote: > While looking through the BKL call sites in fs/* I noticed that most > callsites of unload_nls() do > > if (nls) > unload_nls(nls); > > The patch series moves the NULL pointer check into unload_nls() and > cleans up the various users. This looks all good to me. But I'd just make it a single patch..