Re: [PATCH 08/39] experimental: convert fs/overlayfs/file.c to CLASS(...)
From: Christian Brauner <brauner@kernel.org>
Date: 2024-08-07 10:23:23
Also in:
bpf, kvm, linux-fsdevel, netdev
From: Christian Brauner <brauner@kernel.org>
Date: 2024-08-07 10:23:23
Also in:
bpf, kvm, linux-fsdevel, netdev
On Tue, Jul 30, 2024 at 01:15:54AM GMT, viro@kernel.org wrote:
From: Al Viro <viro@zeniv.linux.org.uk> There are four places where we end up adding an extra scope covering just the range from constructor to destructor; not sure if that's the best way to handle that.
I think it's fine and not worth obsessing about it. Reviewed-by: Christian Brauner <brauner@kernel.org>