[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <d82d2d5a-34b9-27c1-f24e-5bc0a841d47d@redhat.com>
Date: Tue, 23 Aug 2016 12:43:13 -0400
From: Doug Ledford <dledford@...hat.com>
To: "Marciniszyn, Mike" <mike.marciniszyn@...el.com>,
SF Markus Elfring <elfring@...rs.sourceforge.net>,
"linux-rdma@...r.kernel.org" <linux-rdma@...r.kernel.org>,
Hal Rosenstock <hal.rosenstock@...il.com>,
"Hefty, Sean" <sean.hefty@...el.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
"kernel-janitors@...r.kernel.org" <kernel-janitors@...r.kernel.org>,
Julia Lawall <julia.lawall@...6.fr>
Subject: Re: [PATCH] IB/qib: Use memdup_user() rather than duplicating its
implementation
On 8/19/2016 11:27 AM, Marciniszyn, Mike wrote:
>> Subject: [PATCH] IB/qib: Use memdup_user() rather than duplicating its
>> diff --git a/drivers/infiniband/hw/qib/qib_fs.c
>
> I would be even more aggressive at reducing lines of code.
>
> For example do direct returns when ok to do:
> if (pos != 0 || count != sizeof(struct qib_flash))
> return -EINVAL;
>
> tmp = memdup_user(buf, count);
> if (IS_ERR(tmp))
> return PTR_ERR(tmp);
>
> The bail_tmp: label is then not needed.
>
> Mike
>
With Mike's additional cleanups in place, patch applied.
--
Doug Ledford <dledford@...hat.com>
GPG Key ID: 0E572FDD
Download attachment "signature.asc" of type "application/pgp-signature" (885 bytes)
Powered by blists - more mailing lists