[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7e4a317a-d57e-1499-dc1e-2eba35610632@infradead.org>
Date: Mon, 4 Jun 2018 09:12:35 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
Linux-Next Mailing List <linux-next@...r.kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
David Howells <dhowells@...hat.com>,
linux-afs@...ts.infradead.org,
Linux FS Devel <linux-fsdevel@...r.kernel.org>
Subject: Re: linux-next: Tree for Jun 4 (fs/afs/)
On 06/04/2018 04:59 AM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20180601:
>
on x86_64:
# CONFIG_PROC_FS is not set
../fs/afs/proc.c: In function ‘afs_proc_init’:
../fs/afs/proc.c:604:2: error: implicit declaration of function ‘proc_create_net_data_write’ [-Werror=implicit-function-declaration]
if (!proc_create_net_data_write("cells", 0644, p,
^
../fs/afs/proc.c:609:6: error: implicit declaration of function ‘proc_create_net_single_write’ [-Werror=implicit-function-declaration]
!proc_create_net_single_write("rootcell", 0644, p,
^
../fs/afs/proc.c: At top level:
../fs/afs/proc.c:517:12: warning: ‘afs_proc_stats_show’ defined but not used [-Wunused-function]
static int afs_proc_stats_show(struct seq_file *m, void *v)
^
cc1: some warnings being treated as errors
../scripts/Makefile.build:311: recipe for target 'fs/afs/proc.o' failed
afs seems not to handle CONFIG_PROC_FS=n at all.
--
~Randy
Powered by blists - more mailing lists