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

From: Christoph Hellwig
Date: Sun Aug 16 2009 - 10:47:05 EST


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

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