Commit 60f71f2
committed
dm integrity: fix gcc 5 warning
JIRA: https://issues.redhat.com/browse/RHEL-59523
Upstream Status: kernel/git/torvalds/linux.git
commit a8fa648
Author: Mikulas Patocka <mpatocka@redhat.com>
Date: Tue Sep 3 11:50:11 2024 +0200
dm integrity: fix gcc 5 warning
This commit fixes gcc 5 warning "logical not is only applied to the left
hand side of comparison"
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Fixes: fb09876 ("dm-integrity: introduce the Inline mode")
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>1 parent 1838dd9 commit 60f71f2
1 file changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4717 | 4717 | | |
4718 | 4718 | | |
4719 | 4719 | | |
4720 | | - | |
4721 | | - | |
4722 | | - | |
| 4720 | + | |
| 4721 | + | |
| 4722 | + | |
4723 | 4723 | | |
4724 | | - | |
| 4724 | + | |
| 4725 | + | |
| 4726 | + | |
| 4727 | + | |
| 4728 | + | |
4725 | 4729 | | |
4726 | | - | |
| 4730 | + | |
| 4731 | + | |
4727 | 4732 | | |
4728 | 4733 | | |
4729 | 4734 | | |
| |||
0 commit comments