lkml.org 
[lkml]   [2022]   [Jul]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    SubjectRe: [PATCH v8 00/11] support non power of 2 zoned device
    From
    On 7/27/22 09:22, Pankaj Raghav wrote:
    > This series adds support to npo2 zoned devices in the block and nvme
    > layer and a new **dm target** is added: dm-po2z-target. This new
    > target will be initially used for filesystems such as btrfs and
    > f2fs that does not have native npo2 zone support.

    Should any SCSI changes be included in this patch series? From sd_zbc.c:

    if (!is_power_of_2(zone_blocks)) {
    sd_printk(KERN_ERR, sdkp,
    "Zone size %llu is not a power of two.\n",
    zone_blocks);
    return -EINVAL;
    }

    Thanks,

    Bart.

    \
     
     \ /
      Last update: 2022-07-28 01:20    [W:4.107 / U:0.112 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site