[PATCH 0/2] bcache: Fix symbol visibility and type assignment
From: Gabriel Shahrouzi
Date: Mon Apr 07 2025 - 23:34:09 EST
Patch 1 ensures bcache_is_reboot is properly declared along with the
other forward declarations.
Patch 2 removes incorrect cpu_to_leXX conversions for assignments.
Gabriel Shahrouzi (2):
bcache: Fix undeclared symbol warning for bcache_is_reboot
bcache: Fix warnings for incorrect type in assignments
drivers/md/bcache/bcache.h | 1 +
drivers/md/bcache/super.c | 12 ++++++------
drivers/md/bcache/sysfs.c | 2 --
3 files changed, 7 insertions(+), 8 deletions(-)
--
2.43.0