Linux RAID subsystem development
 help / color / mirror / Atom feed
* [PATCH 1/2] md/raid5: remove stale md_raid5_kick_device() declaration
@ 2026-03-04 11:09 Chen Cheng
  2026-03-05 17:30 ` Yu Kuai
  2026-03-22 18:32 ` Yu Kuai
  0 siblings, 2 replies; 3+ messages in thread
From: Chen Cheng @ 2026-03-04 11:09 UTC (permalink / raw)
  To: Song Liu, Yu Kuai; +Cc: Li Nan, linux-raid, Chen Cheng

Remove the unused md_raid5_kick_device() declaration from raid5.h -
no definition exists for this function.

Signed-off-by: Chen Cheng <chencheng@fnnas.com>
---
 drivers/md/raid5.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/md/raid5.h b/drivers/md/raid5.h
index 110b1c2d0a86..1c7b710fc9c1 100644
--- a/drivers/md/raid5.h
+++ b/drivers/md/raid5.h
@@ -801,7 +801,6 @@ raid5_get_dev_page(struct stripe_head *sh, int disk_idx)
 }
 #endif
 
-void md_raid5_kick_device(struct r5conf *conf);
 int raid5_set_cache_size(struct mddev *mddev, int size);
 sector_t raid5_compute_blocknr(struct stripe_head *sh, int i, int previous);
 void raid5_release_stripe(struct stripe_head *sh);
-- 
2.51.0

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

end of thread, other threads:[~2026-03-22 18:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-04 11:09 [PATCH 1/2] md/raid5: remove stale md_raid5_kick_device() declaration Chen Cheng
2026-03-05 17:30 ` Yu Kuai
2026-03-22 18:32 ` Yu Kuai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox