Re: [RFC][PATCH] kmemdup_from_user(): introduce

From: Andrew Morton
Date: Fri Mar 06 2009 - 03:39:49 EST


On Fri, 06 Mar 2009 16:27:53 +0800 Li Zefan <lizf@xxxxxxxxxxxxxx> wrote:

> > Let's not add wrapper for every two lines that happen to be used
> > together.
> >
>
> Why not if we have good reasons? And I don't think we can call this
> "happen to" if there are 250+ of them?

The change is a good one. If a reviewer (me) sees it then you know the
code's all right and the review effort becomes less - all you need to check
is that the call site is using IS_ERR/PTR_ERR and isn't testing for
NULL. Less code, less chance for bugs.

Plus it makes kernel text smaller.

Yes, the name is a bit cumbersome.
--
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/