+24
−22
Loading
mainline inclusion from mainline-v6.8-rc1 commit 0de56e38b307b0cb2ac825e8e7cb371a28daf844 category: performance bugzilla: https://gitee.com/openeuler/kernel/issues/I9EHBO CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0de56e38b307b0cb2ac825e8e7cb371a28daf844 -------------------------------- ma_wr_state was previously tracking the end of the node for writing. Since the implementation of the ma_state end tracking, this is duplicated work. This patch removes the maple write state tracking of the end of the node and uses the maple state end instead. Link: https://lkml.kernel.org/r/20231101171629.3612299-11-Liam.Howlett@oracle.com Signed-off-by:Liam R. Howlett <Liam.Howlett@oracle.com> Cc: Peng Zhang <zhangpeng.00@bytedance.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
ZhangPeng <zhangpeng362@huawei.com>