Re: [PATCH] net/sunrpc/clnt.c compile fix

From: Geert Uytterhoeven
Date: Thu Oct 09 2003 - 11:36:02 EST


On Thu, 9 Oct 2003, Paul Mundt wrote:
> Not sure if anyone has submitted this already, but as the subject implies,
> net/sunrpc/clnt.c does not compile in either stock test7 or in current BK:
>
> CC net/sunrpc/clnt.o
> net/sunrpc/clnt.c: In function `call_verify':
> net/sunrpc/clnt.c:965: structure has no member named `tk_pid'
> net/sunrpc/clnt.c:970: structure has no member named `tk_pid'
> net/sunrpc/clnt.c:976: structure has no member named `tk_pid'
> make[1]: *** [net/sunrpc/clnt.o] Error 1
> make: *** [net/sunrpc/clnt.o] Error 2
>
> This is due to the fact that tk_pid is protected by RPC_DEBUG. Wrapping
> through dprintk() fixes this.

Since it compiled in my m68k-build-all-that-builds kernel, I decided to jump
into this.

Apparently RPC_DEBUG is set if CONFIG_SYSCTL is defined
(<linux/sunrpc/debug.h>), so it builds or not depending on CONFIG_SYSCTL.

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/