block/partitions/ldm: fix TOCBLOCK bitmap mismatch message argument order#893
block/partitions/ldm: fix TOCBLOCK bitmap mismatch message argument order#893blktests-ci[bot] wants to merge 1 commit into
Conversation
|
Upstream branch: e8c2f9f |
86d8d37 to
9805659
Compare
|
Upstream branch: eb3f4b7 |
2735a1c to
79710ae
Compare
9805659 to
3f4a345
Compare
|
Upstream branch: 8fde5d1 |
79710ae to
18e8fbc
Compare
3f4a345 to
c6dc343
Compare
|
Upstream branch: e43ffb6 |
18e8fbc to
bd33ee3
Compare
c6dc343 to
fc36596
Compare
|
Upstream branch: ba3e43a |
bd33ee3 to
f178c11
Compare
fc36596 to
7bed9c3
Compare
|
Upstream branch: ddd664b |
f178c11 to
8905023
Compare
7bed9c3 to
a7bb5c5
Compare
|
Upstream branch: 979c294 |
8905023 to
a1ab13d
Compare
a7bb5c5 to
5e41a3b
Compare
|
Upstream branch: acb7500 |
a1ab13d to
4d16365
Compare
5e41a3b to
c3a084b
Compare
|
Upstream branch: 9716c08 |
4d16365 to
e538057
Compare
c3a084b to
5f78e5d
Compare
|
Upstream branch: 2a2974b |
e538057 to
fb16b01
Compare
5f78e5d to
e48f9db
Compare
|
Upstream branch: 062871f |
fb16b01 to
54e95c5
Compare
199644a to
e6d9eb8
Compare
|
Upstream branch: 66affa3 |
54e95c5 to
2b29a5f
Compare
e6d9eb8 to
7d8604f
Compare
…rder The ldm_crit() calls in ldm_parse_tocblock() have the format string arguments in the wrong order. The format string reads: "TOCBLOCK's first bitmap is '%s', should be '%s'." The intent is to print the actual (on-disk) name first and the expected name second. However, the constant TOC_BITMAP1/TOC_BITMAP2 (expected) is passed as the first argument and toc->bitmapX_name (actual) as the second, producing misleading diagnostic output on corrupt disks. Swap the two arguments so the printed message matches its intended semantics. Signed-off-by: liyouhong <liyouhong@kylinos.cn>
|
Upstream branch: bade58e |
2b29a5f to
38ea43d
Compare
Pull request for series with
subject: block/partitions/ldm: fix TOCBLOCK bitmap mismatch message argument order
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1101426