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

kernel: Unused struct kept in the closure on cls_flower.c file #114

Open
marcosps opened this issue Aug 19, 2024 · 0 comments
Open

kernel: Unused struct kept in the closure on cls_flower.c file #114

marcosps opened this issue Aug 19, 2024 · 0 comments
Labels
enhancement New feature or request kernel Issue found on Linux Kernel

Comments

@marcosps
Copy link
Collaborator

When extracting function fl_walk from net/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.

@marcosps marcosps added enhancement New feature or request kernel Issue found on Linux Kernel labels Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request kernel Issue found on Linux Kernel
Projects
None yet
Development

No branches or pull requests

1 participant