dm vdo volume-index: fix an assert statement in start_restoring_volume_sub_index()
authorHarshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Mon, 12 Feb 2024 10:25:04 +0000 (02:25 -0800)
committerMike Snitzer <snitzer@kernel.org>
Fri, 1 Mar 2024 14:25:09 +0000 (09:25 -0500)
commitf304f6b443a7d5910ac1e29094d9eee5fd767868
treeebe27597d7f98f573a6dd8f0344e63fb6aab12f6
parent1e00d57694bc2f050f73b632ce3822fe28af63d2
dm vdo volume-index: fix an assert statement in start_restoring_volume_sub_index()

Use "==" instead of "=" in ASSERT() statement.

Fixes: ef074a31e88e ("dm vdo: implement the volume index")
Signed-off-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Signed-off-by: Susan LeGendre-McGhee <slegendr@redhat.com>
Signed-off-by: Matthew Sakai <msakai@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
drivers/md/dm-vdo/volume-index.c