lkml.org 
[lkml]   [2022]   [May]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH v4 06/13] btrfs: zoned: Make sb_zone_number function non power of 2 compatible
Date
On 16/05/2022 18:54, Pankaj Raghav wrote:
> /* Cache the sb zone number */
> for (i = 0; i < BTRFS_SUPER_MIRROR_MAX; ++i) {
> zone_info->sb_zone_location[i] =
> - sb_zone_number(zone_info->zone_size_shift, i);
> + sb_zone_number(bdev, i);

I think this easily fits on one line now, doesn't it? But given David's
statement, it'll probably can go away anyways.

\
 
 \ /
  Last update: 2022-05-17 08:54    [W:0.262 / U:0.344 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site