md: raid1/raid10: drop pending_cnt
mainline inclusion from mainline-v5.18-rc1 commit daae161f category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/I8UKFJ CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=daae161fd2e568b4f481b177b8be34374df98b68 ---------------------------------------- Those counters are not necessary after commit 11bb45e8aaf6 ("md: drop queue limitation for RAID1 and RAID10"). Remove them from all code (conf and plug structs). raid1_plug_cb and raid10_plug_cb are identical, so move definition of raid1_plug_cb to common raid1-10 definitions and use it for RAID10 too. Signed-off-by:Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com> Signed-off-by:
Song Liu <song@kernel.org> Signed-off-by:
Li Lingfeng <lilingfeng3@huawei.com> (cherry picked from commit b97cf8bc)
Loading
Please sign in to comment