]> www.infradead.org Git - users/hch/block.git/commit
sd: move zone limits setup out of sd_read_block_characteristics
authorChristoph Hellwig <hch@lst.de>
Sun, 16 Jun 2024 09:47:53 +0000 (11:47 +0200)
committerChristoph Hellwig <hch@lst.de>
Sun, 16 Jun 2024 09:47:53 +0000 (11:47 +0200)
commit30bec17343387f81fac08b145fa0f4156f187bb9
tree851a8225be282a5a76d48999d78eb9d026c154f2
parent90c08542d1a8777402ce3c1d7928ae4630f292d8
sd: move zone limits setup out of sd_read_block_characteristics

Move a bit of code that sets up the zone flag and the write granularity
into sd_zbc_read_zones to be with the rest of the zoned limits.

Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/sd.c
drivers/scsi/sd_zbc.c