Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
map: remove misleading error message when creating without BTF
Time and time again people misunderstand errors like the following: map create: cannot allocate memory (without BTF k/v) Instead of focusing on the ENOMEM they assume that it has something to do with BTF. In reality it just means that creating a map has failed, and we didn't supply any BTF during creation. Avoid this confusion by removing the "without BTF k/v" part. Signed-off-by: Lorenz Bauer <[email protected]>
- Loading branch information