Hi Ilpo,
On 2/15/2023 5:06 AM, Ilpo Järvinen wrote:
remount_resctrlfs() accepts a boolean value as an argument. Some tests pass 0/1 and some tests pass true/false.
Make all the callers of remount_resctrlfs() use true/false so that the parameter usage is consistent across tests.
Co-developed-by: Fenghua Yu fenghua.yu@intel.com Signed-off-by: Fenghua Yu fenghua.yu@intel.com Signed-off-by: Ilpo Järvinen ilpo.jarvinen@linux.intel.com
Thank you
Reviewed-by: Reinette Chatre reinette.chatre@intel.com
Reinette