Re: [PATCH 15/39] convert vmsplice() to CLASS(fd, ...)
From: Christian Brauner <brauner@kernel.org>
Date: 2024-08-07 10:27:43
Also in:
bpf, kvm, linux-fsdevel, netdev
From: Christian Brauner <brauner@kernel.org>
Date: 2024-08-07 10:27:43
Also in:
bpf, kvm, linux-fsdevel, netdev
On Tue, Jul 30, 2024 at 01:16:01AM GMT, viro@kernel.org wrote:
From: Al Viro <viro@zeniv.linux.org.uk> Irregularity here is fdput() not in the same scope as fdget(); we could just lift it out vmsplice_type() in vmsplice(2), but there's no much point keeping vmsplice_type() separate after that... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> ---
Reviewed-by: Christian Brauner <brauner@kernel.org>