mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
md/raid5: remove stale md_raid5_kick_device() declaration
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> Reviewed-by: Yu Kuai <yukuai@fnnas.com> Link: https://lore.kernel.org/linux-raid/20260304110919.15071-1-chencheng@fnnas.com/ Signed-off-by: Yu Kuai <yukuai3@huawei.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user