Re: [PATCH] net: Shrink sock.sk_err sk_err_soft to u16 from int

From: Jakub Kicinski
Date: Tue Jul 05 2022 - 15:06:27 EST


On Sun, 3 Jul 2022 23:06:43 +0300 Leonard Crestez wrote:
> - int sk_err,
> + u16 sk_err,
> sk_err_soft;

While at it please remove the comma and explicitly type both fields.

BTW are there are no architectures of note which can't load 2B entities,
any more? Historically 16b is an awkward quantity for RISC arches.