rust: block: Fix GenDiskBuilder block size documentation - #155
blktests-ci-block-trial[bot] wants to merge 2 commits into
Conversation
|
Upstream branch: cee9395 |
|
Upstream branch: cee9395 |
b76aa0c to
f654d85
Compare
45a2312 to
cf3d45b
Compare
|
Upstream branch: bf10795 |
f654d85 to
c96dc9b
Compare
cf3d45b to
258e7d0
Compare
|
Upstream branch: abdf623 |
c96dc9b to
848c54a
Compare
258e7d0 to
76db21d
Compare
|
Upstream branch: 786262b |
848c54a to
91fb9c7
Compare
|
Upstream branch: 786262b |
91fb9c7 to
445c165
Compare
76db21d to
e8377ca
Compare
|
Upstream branch: 89a3129 |
445c165 to
9a2a164
Compare
e8377ca to
1fff761
Compare
|
Upstream branch: 940de59 |
9a2a164 to
4199b0c
Compare
1fff761 to
3595ceb
Compare
|
Upstream branch: 841e384 |
4199b0c to
e12f389
Compare
3595ceb to
4061e04
Compare
GenDiskBuilder::validate_block_size() accepts powers of two from 512 through PAGE_SIZE, but the documentation for logical_block_size() and physical_block_size() states that the maximum is 4096. Use PAGE_SIZE for both documented upper bounds so that the documentation matches validation on architectures with larger page sizes. Signed-off-by: Sophon Z <aiqubits@hotmail.com> Acked-by: Andreas Hindborg <a.hindborg@kernel.org> Acked-by: Andreas Hindborg <a.hindborg@kernel.org>
|
Upstream branch: a500db7 |
e12f389 to
fd2ba19
Compare
73fe3ff to
15f6e70
Compare
Pull request for series with
subject: rust: block: Fix GenDiskBuilder block size documentation
version: 1
url: http://redsun45:8000/project/linux-block/list/?series=759