Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cpumask, scx_layered: Clean up Cpumask iterator #1085

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

htejun
Copy link
Contributor

@htejun htejun commented Dec 9, 2024

No reason to consume the cpumask for iteration. Replace .into_iter() with .iter() and use it in layered.

Copy link
Contributor

@hodgesds hodgesds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice cleanup!

@htejun htejun added this pull request to the merge queue Dec 9, 2024
Merged via the queue into main with commit 7e3d61f Dec 9, 2024
46 checks passed
@htejun htejun deleted the htejun/layered-updates-more branch December 9, 2024 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants