Skip to content

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

@marcosps

Description

@marcosps

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestkernelIssue found on Linux Kernel

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions