Commit 17af84b
committed
dm-raid: fix variable in journal device check
JIRA: https://issues.redhat.com/browse/RHEL-119009
Upstream Status: kernel/git/torvalds/linux.git
commit db53805
Author: Heinz Mauelshagen <[email protected]>
Date: Tue Jun 10 20:53:30 2025 +0200
dm-raid: fix variable in journal device check
Replace "rdev" with correct loop variable name "r".
Signed-off-by: Heinz Mauelshagen <[email protected]>
Cc: [email protected]
Fixes: 63c32ed ("dm raid: add raid4/5/6 journaling support")
Signed-off-by: Mikulas Patocka <[email protected]>
Signed-off-by: Benjamin Marzinski <[email protected]>1 parent 197f0d6 commit 17af84b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2411 | 2411 | | |
2412 | 2412 | | |
2413 | 2413 | | |
2414 | | - | |
| 2414 | + | |
2415 | 2415 | | |
2416 | 2416 | | |
2417 | 2417 | | |
| |||
0 commit comments