Re: [patch 00/11] Cleanup unload_nls() calls

From: Thomas Gleixner
Date: Sun Aug 16 2009 - 11:00:35 EST


On Sun, 16 Aug 2009, Christoph Hellwig wrote:

> 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..

Sure, should go via Al, right ?

Thanks,

tglx

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/