Re: [PATCH] net: core: datagram: tidy up copy functions a bit

From: David Miller
Date: Tue Oct 15 2019 - 17:59:58 EST


From: Vito Caputo <vcaputo@xxxxxxxxxxx>
Date: Sat, 12 Oct 2019 04:55:09 -0700

> + if ((copy = min(start - offset, len)) > 0) {

As Eric said, we try to avoid this very construct these days.

I'm not applying this patch.

Thank you.