Re: [PATCH 03/39] struct fd: representation change
From: Christian Brauner <brauner@kernel.org>
Date: 2024-08-07 10:07:26
Also in:
bpf, cgroups, kvm, linux-fsdevel
From: Christian Brauner <brauner@kernel.org>
Date: 2024-08-07 10:07:26
Also in:
bpf, cgroups, kvm, linux-fsdevel
Which makes a whole lot of sense. The member name doesn't matter much since
we're now using helpers everywhere, but for an idiot like me having something
like this
struct fd {
unsigned long __file_ptr;
};I agree that that would be helpful.