Skip to content
  • Adrian Bunk's avatar
    NFS: fix PROC_FS=n compile error · 7866baba
    Adrian Bunk authored
    
    
    fs/built-in.o: In function `nfs_show_stats':inode.c:(.text+0x15481a): undefined reference to `rpc_print_iostats'
    net/built-in.o: In function `rpc_destroy_client': undefined reference to `rpc_free_iostats'
    net/built-in.o: In function `rpc_clone_client': undefined reference to `rpc_alloc_iostats'
    net/built-in.o: In function `rpc_new_client': undefined reference to `rpc_alloc_iostats'
    net/built-in.o: In function `xprt_release': undefined reference to `rpc_count_iostats'
    make: *** [.tmp_vmlinux1] Error 1
    
    Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
    Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
    7866baba