On 08/06/21 19:03, Will Deacon wrote: > select_fallback_rq() only needs to recheck for an allowed CPU if the > affinity mask of the task has changed since the last check. > > Return a 'bool' from cpuset_cpus_allowed_fallback() to indicate whether > the affinity mask was updated, and use this to elide the allowed check > when the mask has been left alone. > > No functional change. > > Suggested-by: Valentin Schneider <valentin.schneider@xxxxxxx> > Signed-off-by: Will Deacon <will@xxxxxxxxxx> Thanks! Reviewed-by: Valentin Schneider <valentin.schneider@xxxxxxx>