commit | 3ecda64475bccdfdcbfd5b9b7e4bf639d8b233da | [log] [tgz] |
---|---|---|
author | Baokun Li <libaokun1@huawei.com> | Tue Jun 08 11:11:08 2021 +0800 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Jul 08 13:02:58 2021 -0400 |
tree | 1e012eb643039c1862c2252f31c1ebd04ea3bf87 | |
parent | fa73514d5e620c2bb48b63e1dd509ce0942c39cf [diff] |
ftrace: Use list_move instead of list_del/list_add Using list_move() instead of list_del() + list_add(). Link: https://lkml.kernel.org/r/20210608031108.2820996-1-libaokun1@huawei.com Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Baokun Li <libaokun1@huawei.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>