linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] bcache: Fix symbol visibility and type assignment
@ 2025-04-08  3:33 Gabriel Shahrouzi
  2025-04-08  3:33 ` [PATCH 1/2] bcache: Fix undeclared symbol warning for bcache_is_reboot Gabriel Shahrouzi
  2025-04-08  3:33 ` [PATCH 2/2] bcache: Fix warnings for incorrect type in assignments Gabriel Shahrouzi
  0 siblings, 2 replies; 9+ messages in thread
From: Gabriel Shahrouzi @ 2025-04-08  3:33 UTC (permalink / raw)
  To: Coly Li, Kent Overstreet
  Cc: linux-bcache, linux-kernel, skhan, kernelmentees, gshahrouzi

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-04-08 13:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-08  3:33 [PATCH 0/2] bcache: Fix symbol visibility and type assignment Gabriel Shahrouzi
2025-04-08  3:33 ` [PATCH 1/2] bcache: Fix undeclared symbol warning for bcache_is_reboot Gabriel Shahrouzi
2025-04-08  4:55   ` Coly Li
2025-04-08  5:42     ` Gabriel Shahrouzi
2025-04-08  3:33 ` [PATCH 2/2] bcache: Fix warnings for incorrect type in assignments Gabriel Shahrouzi
2025-04-08  4:58   ` Coly Li
2025-04-08  7:15     ` Gabriel Shahrouzi
2025-04-08 10:39       ` Coly Li
2025-04-08 13:27         ` Gabriel Shahrouzi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).