Commit 8ae520b
committed
dm-raid: fix variable in journal device check
JIRA: https://issues.redhat.com/browse/RHEL-119008
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 029b88e commit 8ae520b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2407 | 2407 | | |
2408 | 2408 | | |
2409 | 2409 | | |
2410 | | - | |
| 2410 | + | |
2411 | 2411 | | |
2412 | 2412 | | |
2413 | 2413 | | |
| |||
0 commit comments