Re: [PATCH v2] ext4: hash: simplify kzalloc(n * 1, ...) to kzalloc(n, ...)
From: Theodore Ts'o
Date: Fri Mar 21 2025 - 23:37:25 EST
On Sun, 16 Mar 2025 01:33:59 -0400, Ethan Carter Edwards wrote:
> sizeof(char) evaluates to 1. Remove the churn.
>
>
Applied, thanks!
[1/1] ext4: hash: simplify kzalloc(n * 1, ...) to kzalloc(n, ...)
commit: 1e93d6f221e7cfe5e069583a2b664e79eb361ba6
Best regards,
--
Theodore Ts'o <tytso@xxxxxxx>