Re: linux-next: build failure after merge of the bpf-next tree

From: Al Viro
Date: Tue Aug 13 2024 - 21:42:10 EST


On Wed, Aug 14, 2024 at 11:25:04AM +1000, Stephen Rothwell wrote:
> 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.