summaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-sub-ui.c
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2025-04-07 10:21:26 +0300
committerMikulas Patocka <mpatocka@redhat.com>2025-04-09 16:56:59 +0300
commit7bd47be16108e55e6bc85bdd3cae5c9a2bc98a89 (patch)
tree6f120c80b1846926609f28414d61c04aa8faee42 /lib/mpi/mpi-sub-ui.c
parent0af2f6be1b4281385b618cb86ad946eded089ac8 (diff)
downloadlinux-7bd47be16108e55e6bc85bdd3cae5c9a2bc98a89.tar.xz
dm table: Fix W=1 build warning when mempool_needs_integrity is unused
The mempool_needs_integrity is unused. This, in particular, prevents kernel builds with Clang, `make W=1` and CONFIG_WERROR=y: drivers/md/dm-table.c:1052:7: error: variable 'mempool_needs_integrity' set but not used [-Werror,-Wunused-but-set-variable] 1052 | bool mempool_needs_integrity = t->integrity_supported; | ^ Fix this by removing the leftover. Fixes: 105ca2a2c2ff ("block: split struct bio_integrity_payload") Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions