Hi Ilpo,
On 7/13/2023 6:19 AM, Ilpo Järvinen wrote:
Resctrl FS mount/umount are now cleanly paired leaving .mum_resctrlfs in the struct resctrl_val_param unused.
Remove .mum_resctrlfs from the struct resctrl_val_param that is leftover from the remount trickery and no longer needed.
s/needed/used. Actually, considering the first paragraph the second paragraph can just be: "Remove .mum_resctrlfs from struct resctrl_val_param."
Signed-off-by: Ilpo Järvinen ilpo.jarvinen@linux.intel.com
With the changelog updated:
Reviewed-by: Reinette Chatre reinette.chatre@intel.com
Reinette