On Mon, Oct 18, 2021 at 4:20 PM Coly Li <colyli@xxxxxxx> wrote:
IMHO, remove bcache related header from uapi check might be betterShould we just move it to include/linux/ and out of the uapi headers entirely
solution. So far only bcache-tools uses this header with its own copy,
no application includes the header(s) so far. It makes sense to exclude
bcache.h from upai headers check.
then? It sounds like it's not actually an ABI but just the definition of the
data layout that is not included by anything from user space.
We are a bit inconsistent here already, e.g. btrfs has all its structures
in uapi, but ext4 does not.