Re: linux-next: build failure after merge of the bpf-next tree
From: Christian Brauner <brauner@kernel.org>
Date: 2024-08-14 14:50:59
Also in:
bpf, linux-next, lkml
From: Christian Brauner <brauner@kernel.org>
Date: 2024-08-14 14:50:59
Also in:
bpf, linux-next, lkml
On Wed, Aug 14, 2024 at 02:41:57AM GMT, Al Viro wrote:
On Wed, Aug 14, 2024 at 11:25:04AM +1000, Stephen Rothwell wrote:quoted
if (at_flags & AT_EMPTY_PATH && vfs_empty_path(dfd, pathname)) { CLASS(fd, f)(dfd); - if (!f.file) + if (!fd_file(f))if (fd_empty(f)) actually, and similar for the rest of it. Anyway, that'll need to be sorted out in vfs/vfs.git; sorry about the delay.
You should already have a never rebase branch for the basic infrastructure. I can just merge that. But I'll just make my usual note and just provide the required fixups when I send Linus a pr. That'll work too. /me trying not to have his brain melted by the heat.