On 8/21/23 18:52, Zhu Wang wrote:
The raid_component_add() function was added to the kernel tree via patch "[SCSI] embryonic RAID class" (2005). Remove this function since it never has had any callers in the Linux kernel. And also raid_component_release is only used in raid_component_add(), so it is also removed.
Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>