Re: [Xen-devel] [PATCH V5 0/9] block: use right accessor to read nr_sects

2019-08-21 Thread Bart Van Assche
On 8/20/19 11:14 PM, Chaitanya Kulkarni wrote: In the blk-zoned, bcache, f2fs, target-pscsi, xen and blktrace implementation block device->hd_part->number of sectors field is accessed directly without any appropriate locking or accessor function. There is an existing accessor function present in

[Xen-devel] [PATCH V5 0/9] block: use right accessor to read nr_sects

2019-08-21 Thread Chaitanya Kulkarni
Hi, In the blk-zoned, bcache, f2fs, target-pscsi, xen and blktrace implementation block device->hd_part->number of sectors field is accessed directly without any appropriate locking or accessor function. There is an existing accessor function present in the in include/linux/genhd.h which should