[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240814014157.GM13701@ZenIV>
Date: Wed, 14 Aug 2024 02:41:57 +0100
From: Al Viro <viro@...iv.linux.org.uk>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: Daniel Borkmann <daniel@...earbox.net>,
Alexei Starovoitov <ast@...nel.org>,
Andrii Nakryiko <andrii@...nel.org>,
Christian Brauner <brauner@...nel.org>, bpf <bpf@...r.kernel.org>,
Networking <netdev@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Subject: Re: linux-next: build failure after merge of the bpf-next tree
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.
Powered by blists - more mailing lists