linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: linux-next: Tree for Jun 4 (fs/afs/)
       [not found] <20180604215911.75399f6e@canb.auug.org.au>
@ 2018-06-04 16:12 ` Randy Dunlap
  2018-06-14 15:08 ` David Howells
  1 sibling, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2018-06-04 16:12 UTC (permalink / raw)
  To: Stephen Rothwell, Linux-Next Mailing List
  Cc: Linux Kernel Mailing List, David Howells, linux-afs, Linux FS Devel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: linux-next: Tree for Jun 4 (fs/afs/)
       [not found] <20180604215911.75399f6e@canb.auug.org.au>
  2018-06-04 16:12 ` linux-next: Tree for Jun 4 (fs/afs/) Randy Dunlap
@ 2018-06-14 15:08 ` David Howells
  1 sibling, 0 replies; 2+ messages in thread
From: David Howells @ 2018-06-14 15:08 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: dhowells, viro, Stephen Rothwell, Linux-Next Mailing List,
	Linux Kernel Mailing List, linux-afs, Linux FS Devel

Randy Dunlap <rdunlap@infradead.org> wrote:

> ../fs/afs/proc.c:604:2: error: implicit declaration of function ‘proc_create_net_data_write’ [-Werror=implicit-function-declaration]

I've given Al a patch for this.

David

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-14 15:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20180604215911.75399f6e@canb.auug.org.au>
2018-06-04 16:12 ` linux-next: Tree for Jun 4 (fs/afs/) Randy Dunlap
2018-06-14 15:08 ` David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).