Re: [dm-devel] [PATCH 31/44] block: move the start_sect field to struct block_device

2020-11-26 Thread Christoph Hellwig
On Thu, Nov 26, 2020 at 05:56:41PM +0100, Jan Kara wrote: > The long long conversion is pointless here, right? Yes. -- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mailman/listinfo/dm-devel

Re: [dm-devel] [PATCH 31/44] block: move the start_sect field to struct block_device

2020-11-26 Thread Jan Kara
On Thu 26-11-20 14:04:09, Christoph Hellwig wrote: > Move the start_sect field to struct block_device in preparation > of killing struct hd_struct. > > Signed-off-by: Christoph Hellwig Looks good, just one nit below. Feel free to add: Reviewed-by: Jan Kara > diff --git

[dm-devel] [PATCH 31/44] block: move the start_sect field to struct block_device

2020-11-26 Thread Christoph Hellwig
Move the start_sect field to struct block_device in preparation of killing struct hd_struct. Signed-off-by: Christoph Hellwig --- block/blk-core.c | 5 +++-- block/blk-lib.c | 2 +- block/genhd.c | 4 ++-- block/partitions/core.c | 17 +