On Thu, Apr 06, 2023 at 11:56:44AM +0300, Dan Carpenter wrote: > It's just always better to use kcalloc() instead of open coding the > + stripe->csums = kcalloc((BTRFS_STRIPE_LEN >> fs_info->sectorsize_bits), The inner braces can and should go away now.