]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dm-raid: fix variable in journal device check
authorHeinz Mauelshagen <heinzm@redhat.com>
Tue, 10 Jun 2025 18:53:30 +0000 (20:53 +0200)
committerMikulas Patocka <mpatocka@redhat.com>
Mon, 23 Jun 2025 14:42:37 +0000 (16:42 +0200)
commitdb53805156f1e0aa6d059c0d3f9ac660d4ef3eb4
tree8cc57f00024c24003547e584ae672af34a35e347
parentb872f562c8cef59743993b48eb458c2d87c1651e
dm-raid: fix variable in journal device check

Replace "rdev" with correct loop variable name "r".

Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
Cc: stable@vger.kernel.org
Fixes: 63c32ed4afc2 ("dm raid: add raid4/5/6 journaling support")
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
drivers/md/dm-raid.c