libbpf-tools: remove ext4dist
authorHengqi Chen <chenhengqi@outlook.com>
Fri, 11 Jun 2021 13:39:08 +0000 (21:39 +0800)
committeryonghong-song <ys114321@gmail.com>
Sun, 13 Jun 2021 18:24:44 +0000 (11:24 -0700)
commitce7e52330a0064c3c84ab5a84d189a41d2afb754
treed49b2593c2c5dfbfea3792b05624149dda7442bc
parentb2a76fa63f19036fbc9b3a705fbfa6358992ae22
libbpf-tools: remove ext4dist

In #3441, we introduce a new libbpf tools named fsdist, which is
built on the idea by @anakryiko and previous work by @ethercflow.
fsdist extends ext4dist to support multiple file systems in a flexable
way. Now we can replace ext4dist and treat it as an alias to fsdist.
This commit removes ext4dist and replaces it with a symlink to fsdist.

References:
    #3430, #3436

Signed-off-by: Hengqi Chen <chenhengqi@outlook.com>
libbpf-tools/.gitignore
libbpf-tools/Makefile
libbpf-tools/ext4dist.bpf.c [deleted file]
libbpf-tools/ext4dist.c [deleted file]
libbpf-tools/ext4dist.h [deleted file]
libbpf-tools/fsdist.c