Skip to content

Commit

Permalink
update(driver): use delete_module flags
Browse files Browse the repository at this point in the history
Co-authored-by: Federico Di Pierro <[email protected]>
Signed-off-by: Lorenzo Susini <[email protected]>
  • Loading branch information
2 people authored and poiana committed Mar 1, 2024
1 parent 67aecdc commit a388543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions driver/flags_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ const struct ppm_name_value bpf_commands[] = {
};

const struct ppm_name_value delete_module_flags[] = {
{"O_NONBLOCK", PPM_O_NONBLOCK},
{"O_TRUNC", PPM_O_TRUNC},
{"O_NONBLOCK", PPM_DELETE_MODULE_O_NONBLOCK},
{"O_TRUNC", PPM_DELETE_MODULE_O_TRUNC},
{0, 0},
};

0 comments on commit a388543

Please sign in to comment.