Re: [PATCH 09/39] timerfd: switch to CLASS(fd, ...)
From: Christian Brauner <brauner@kernel.org>
Date: 2024-08-07 10:24:21
Also in:
bpf, cgroups, kvm, linux-fsdevel
From: Christian Brauner <brauner@kernel.org>
Date: 2024-08-07 10:24:21
Also in:
bpf, cgroups, kvm, linux-fsdevel
On Tue, Jul 30, 2024 at 01:15:55AM GMT, viro@kernel.org wrote:
From: Al Viro <viro@zeniv.linux.org.uk> Fold timerfd_fget() into both callers to have fdget() and fdput() in the same scope. Could be done in different ways, but this is probably the smallest solution. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> ---
Reviewed-by: Christian Brauner <brauner@kernel.org>