mirror of https://github.com/torvalds/linux.git
Remove unnecessary check at the end of codegen() routine which makes codegen()
to always fail and exit bpftool with error code. Positive value of variable
n is not an indicator of a failure.
Fixes:
|
||
|---|---|---|
| .. | ||
| bpftool | ||
| runqslower | ||
| .gitignore | ||
| Makefile | ||
| Makefile.helpers | ||
| bpf_asm.c | ||
| bpf_dbg.c | ||
| bpf_exp.l | ||
| bpf_exp.y | ||
| bpf_jit_disasm.c | ||