Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`MapData::create_pinned` is supposed to call `map.pin`(BPF_OBJ_PIN) if `BPF_OBJ_GET` syscall return error, but it joins `name` redundantly, making `path/map_name` to be `path/map_name/map_name`.This commit fixed it.
- Loading branch information