On Thu, Feb 12, 2015 at 2:35 PM, Trond Myklebust <[email protected]> wrote: >> 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.
Thanks! I was just gonna git-send-email a similar patch... > > 8<------------------------------------------------------------------ > From 54d7e72a758609da5936d7452320d799cfc6a25c Mon Sep 17 00:00:00 2001 > From: Trond Myklebust <[email protected]> > Date: Thu, 12 Feb 2015 08:28:12 -0500 > Subject: [PATCH] SUNRPC: Fix a compile error when #undef CONFIG_PROC_FS > > The definition of rpc_count_iostats_metrics() is borked. > > Reported by: Jim Davis <[email protected]> > Fixes: d67ae825a59d6 ("pnfs/flexfiles: Add the FlexFile Layout Driver") > Cc: Tom Haynes <[email protected]> > Signed-off-by: Trond Myklebust <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

