Searched hist:"32 ada3b9e04c6f6d4916967bd8bbe2450ad5bc5e" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/kernel/cpu/resctrl/ |
H A D | rdtgroup.c | diff 32ada3b9e04c6f6d4916967bd8bbe2450ad5bc5e Wed Jan 08 10:28:06 CST 2020 Xiaochen Shen <xiaochen.shen@intel.com> x86/resctrl: Clean up unused function parameter in mkdir path
Commit
334b0f4e9b1b ("x86/resctrl: Fix a deadlock due to inaccurate reference")
changed the argument to rdtgroup_kn_lock_live()/rdtgroup_kn_unlock() within mkdir_rdt_prepare(). That change resulted in an unused function parameter to mkdir_rdt_prepare().
Clean up the unused function parameter in mkdir_rdt_prepare() and its callers rdtgroup_mkdir_mon() and rdtgroup_mkdir_ctrl_mon().
Signed-off-by: Xiaochen Shen <xiaochen.shen@intel.com> Signed-off-by: Borislav Petkov <bp@suse.de> Reviewed-by: Reinette Chatre <reinette.chatre@intel.com> Reviewed-by: Tony Luck <tony.luck@intel.com> Acked-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/1578500886-21771-5-git-send-email-xiaochen.shen@intel.com
|