scsi: switch scsi_bios_ptable() and scsi_partsize() to gendisk#46
scsi: switch scsi_bios_ptable() and scsi_partsize() to gendisk#46blktests-ci[bot] wants to merge 4 commits intolinus-master_basefrom
Conversation
|
Upstream branch: 89be9a8 |
81f31a4 to
87bbbbc
Compare
|
Upstream branch: 25fae0b |
e2cca9d to
90dfb4b
Compare
6637119 to
f092a9b
Compare
|
Upstream branch: 260f6f4 |
90dfb4b to
211fe7b
Compare
f092a9b to
0b59764
Compare
|
Upstream branch: d6084bb |
211fe7b to
8c8c019
Compare
0b59764 to
aee5bd3
Compare
|
Upstream branch: 831462f |
8c8c019 to
9f9657f
Compare
aee5bd3 to
ef18525
Compare
|
Upstream branch: c93529a |
9f9657f to
6c4b0c2
Compare
ef18525 to
3851b3f
Compare
|
Upstream branch: cbbf0a7 |
6c4b0c2 to
ee15b7c
Compare
3851b3f to
28b3384
Compare
|
Upstream branch: 6a68cec |
ee15b7c to
fed115d
Compare
28b3384 to
8ab9be5
Compare
|
Upstream branch: f2d282e |
fed115d to
d9b020e
Compare
8ab9be5 to
5b90760
Compare
|
Upstream branch: 2988dfe |
2c8c119 to
4ff331d
Compare
1356209 to
ae9bce3
Compare
|
Upstream branch: c30a135 |
4ff331d to
5799bbf
Compare
ae9bce3 to
e263d6e
Compare
|
Upstream branch: 561c803 |
5799bbf to
f40c699
Compare
e263d6e to
77110f5
Compare
|
Upstream branch: b96ddbc |
f40c699 to
a6505b7
Compare
77110f5 to
a2e0474
Compare
|
Upstream branch: 2b38afc |
a6505b7 to
5a55499
Compare
a2e0474 to
36a8aec
Compare
|
Upstream branch: 8f5ae30 |
|
Upstream branch: 53e760d |
|
Upstream branch: 0e39a73 |
|
Upstream branch: 8742b2d |
|
Upstream branch: 91325f3 |
|
Upstream branch: 3a4a036 |
|
Upstream branch: dfc0f63 |
|
Upstream branch: 0cc5352 |
|
Upstream branch: 24ea63e |
|
Upstream branch: d7ee5bd |
Both helpers are reading the partition table of the disk specified by block_device of some partition on it; result depends only upon the disk in question, so we might as well pass the struct gendisk instead. Signed-off-by: Al Viro <[email protected]>
Instances are passed struct block_device *bdev argument; the only thing it is used for (if it's used in the first place) is bdev->bd_disk. Might as well pass that in the first place... Signed-off-by: Al Viro <[email protected]>
Instances are happier that way and it makes more sense anyway - the only part of the result that is related to partition we are given is the start sector, and that has been filled in by the caller. Everything else is a function of the disk. Only one instance (DASD) is ever looking at anything other than bdev->bd_disk and that one is trivial to adjust. Signed-off-by: Al Viro <[email protected]>
|
At least one diff in series https://patchwork.kernel.org/project/linux-block/list/?series=983854 irrelevant now for [{'archived': False, 'project': 241}] search patterns |
Pull request for series with
subject: scsi: switch scsi_bios_ptable() and scsi_partsize() to gendisk
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=983854