Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Chen Cheng and committed by
Yu Kuai
af5c99b8 de3544d2

-1
-1
drivers/md/raid5.h
··· 801 801 } 802 802 #endif 803 803 804 - void md_raid5_kick_device(struct r5conf *conf); 805 804 int raid5_set_cache_size(struct mddev *mddev, int size); 806 805 sector_t raid5_compute_blocknr(struct stripe_head *sh, int i, int previous); 807 806 void raid5_release_stripe(struct stripe_head *sh);