dm vdo: remove bad check of bi_next field
authorKen Raeburn <raeburn@redhat.com>
Tue, 6 Aug 2024 09:13:19 +0000 (05:13 -0400)
committerMikulas Patocka <mpatocka@redhat.com>
Wed, 21 Aug 2024 11:05:56 +0000 (13:05 +0200)
commit3a59b2ec2400017f7fcc5d794802ebc7f4187d22
treebca92e6ae0eaba12369657c3502ec125d1643432
parent0808ebf2f80b962e75741a41ced372a7116f1e26
dm vdo: remove bad check of bi_next field

Remove this check to prevent spurious warning messages due to
the behavior of other storage layers. This check was intended
to make sure dm-vdo does not chain metadata bios together.
However, vdo has no control over underlying storage layers,
so the assertion is not always true.

Signed-off-by: Ken Raeburn <raeburn@redhat.com>
Signed-off-by: Matthew Sakai <msakai@redhat.com>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
drivers/md/dm-vdo/io-submitter.c