Re: [PATCH bpf-next 2/2] Remove duplicate README doc from libbpf
From: Andrii Nakryiko <hidden>
Date: 2021-06-02 20:39:39
Also in:
bpf
From: Andrii Nakryiko <hidden>
Date: 2021-06-02 20:39:39
Also in:
bpf
On Mon, May 31, 2021 at 12:56 PM grantseltzer [off-list ref] wrote:
This removes the README.rst file from libbpf code which is moved into Documentation/bpf/libbpf in the previous commit Signed-off-by: grantseltzer <redacted> ---
Let's keep this removal together with the previous patch, that way git should be able to detect the file move and minimize the diff.
tools/lib/bpf/README.rst | 168 --------------------------------------- 1 file changed, 168 deletions(-) delete mode 100644 tools/lib/bpf/README.rst
[...]