lkml.org 
[lkml]   [2022]   [Apr]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH 02/16] block: add blk_queue_zone_aligned and bdev_zone_aligned helper
From
On 4/27/22 09:02, Pankaj Raghav wrote:
> +static inline bool bdev_zone_aligned(struct block_device *bdev, sector_t sec)
> +{
> + struct request_queue *q = bdev_get_queue(bdev);
> +
> + if (q)
> + return blk_queue_zone_aligned(q, sec);
> + return false;
> +}

Which patch uses this function? I can't find any patch in this series
that introduces a call to this function.

Thanks,

Bart.


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