]> git.baikalelectronics.ru Git - kernel.git/commit
md/raid5: remove an incorrect assert in in_chunk_boundary
authorChristoph Hellwig <hch@lst.de>
Wed, 19 May 2021 06:22:15 +0000 (08:22 +0200)
committerSong Liu <song@kernel.org>
Wed, 26 May 2021 01:03:15 +0000 (18:03 -0700)
commita20fa507f2086eef11fc66ce633b13b2e819c92c
tree189ee7487936b034c12d45324b0194173efb2bc6
parent4b884942a05b4217209bd3deec4114cbd0638d1c
md/raid5: remove an incorrect assert in in_chunk_boundary

Now that the original bdev is stored in the bio this assert is incorrect
and will trigger for any partitioned raid5 device.

Reported-by: Florian Dazinger <spam02@dazinger.net>
Tested-by: Florian Dazinger <spam02@dazinger.net>
Cc: stable@vger.kernel.org # 5.12
Fixes: 15f21b295a4d ("block: store a block_device pointer in struct bio"),
Reviewed-by: Guoqing Jiang <jiangguoqing@kylinos.cn>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Song Liu <song@kernel.org>
drivers/md/raid5.c