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

Use RankFilter in additional places #1840

Merged
merged 1 commit into from
Nov 2, 2017

Conversation

fingolfin
Copy link
Member

Specifically, use it to replace constructions like SIZE_FLAGS(WITH_HIDDEN_IMPS_FLAGS(FLAGS_FILTER(i))) which most of the time (but not always) do the same things as RankFilter, but are less clear when reading the code.

Specifically, use it to replace constructions like
  SIZE_FLAGS(WITH_HIDDEN_IMPS_FLAGS(FLAGS_FILTER(i)))
which most of the time (but not always) do the same things as RankFilter,
but are less clear when reading the code.
@fingolfin fingolfin added topic: kernel release notes: not needed PRs introducing changes that are wholly irrelevant to the release notes labels Nov 1, 2017
Copy link
Contributor

@hulpke hulpke left a comment

Choose a reason for hiding this comment

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

Very useful.

@ChrisJefferson ChrisJefferson merged commit 1223d4a into gap-system:master Nov 2, 2017
@fingolfin fingolfin deleted the mh/RankFilter branch November 2, 2017 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release notes: not needed PRs introducing changes that are wholly irrelevant to the release notes topic: kernel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants