We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When extracting function fl_walk from net/sched/cls_flower.c it keeps a struct that is not used in the final closure:
fl_walk
net/sched/cls_flower.c
struct fl_flow_mask_range { unsigned short int start; unsigned short int end; };
Removing the function doesn't break the build.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When extracting function
fl_walk
fromnet/sched/cls_flower.c
it keeps a struct that is not used in the final closure:struct fl_flow_mask_range { unsigned short int start; unsigned short int end; };
Removing the function doesn't break the build.
The text was updated successfully, but these errors were encountered: