Re: [PATCH 6/6] proc: use IS_ERR_OR_NULL()

From: Hugh Dickins
Date: Thu Apr 12 2012 - 15:27:12 EST


On Thu, 12 Apr 2012, KOSAKI Motohiro wrote:
> (4/12/12 9:23 AM), Alexey Dobriyan wrote:
> > On Wed, Apr 11, 2012 at 8:59 AM, Cong Wang<xiyou.wangcong@xxxxxxxxx>
> > wrote:
> > > - if (mm&& !IS_ERR(mm)) {
> > > + if (!IS_ERR_OR_NULL(mm)) {
> >
> > I personally find original code way more readable.
>
> personally, me too. but new one is also acceptable to me.

That now makes 4 votes that it's not an improvement, with no dissent
(unless akpm's + proc-use-is_err_or_null.patch added to -mm tree
should be counted as dissent): let's drop this patch.

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