Re: [PATCH][next] bcachefs: Use array_size() in call to copy_from_user()

From: Kent Overstreet
Date: Mon Dec 18 2023 - 20:29:37 EST


On Mon, Dec 18, 2023 at 06:26:26PM -0600, Gustavo A. R. Silva wrote:
> Use array_size() helper, instead of the open-coded version in
> call to copy_from_user().
>
> Signed-off-by: Gustavo A. R. Silva <gustavoars@xxxxxxxxxx>

Applied