Re: nfsd/sunrpc boot on reboot in 2.5.44

Kai Germaschewski (kai@tp1.ruhr-uni-bochum.de)
Mon, 21 Oct 2002 09:37:20 -0500 (CDT)


On Mon, 21 Oct 2002, bert hubert wrote:

> I also found this to work:
>
> touch sunrpc.c
> make
> [ observe how sunrpc.o gets compiled ]
> [ add a -g to the commandline ]
> gdb sunrpc.o
> l *(auth_domain_drop+0x50)

Or even

make fs/sunrpc/svc_auth.lst

and stare at fs/sunrpc/svc_auth.lst ;)

(it also gives you a svc_auth.o compiled with -g, so you can use the gdb
thing above, too)

--Kai

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/