Skip to content
Commit f99e8648 authored by Damien Le Moal's avatar Damien Le Moal Committed by Jens Axboe
Browse files

block: Rename blk_queue_zone_size and bdev_zone_size



All block device data fields and functions returning a number of 512B
sectors are by convention named xxx_sectors while names in the form
xxx_size are generally used for a number of bytes. The blk_queue_zone_size
and bdev_zone_size functions were not following this convention so rename
them.

No functional change is introduced by this patch.

Signed-off-by: default avatarDamien Le Moal <damien.lemoal@wdc.com>

Collapsed the two patches, they were nonsensically split and broke
bisection.

Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent b5a10c5f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment