Re: randconfig build error with next-20150209, in fs/nfs/client.c

From: Trond Myklebust
Date: Thu Feb 12 2015 - 08:35:19 EST


On Mon, 2015-02-09 at 11:00 -0700, Jim Davis wrote:
> Building with the attached random configuration file,
>
> In file included from fs/nfs/client.c:25:0:
> include/linux/sunrpc/metrics.h: In function ârpc_count_iostats_metricsâ:
> include/linux/sunrpc/metrics.h:92:59: error: parameter name omitted
> static inline void rpc_count_iostats_metrics(const struct rpc_task *,
> ^
> include/linux/sunrpc/metrics.h:93:18: error: parameter name omitted
> struct rpc_iostats *) {}
> ^
> CC net/ipv4/ip_vti.o
> CC net/ipv6/addrconf_core.o
> make[2]: *** [fs/nfs/client.o] Error 1

Thanks for the report! I'm adding the following fix to my linux-next
branch and will push it to Linus before the merge window ends.

8<------------------------------------------------------------------