Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 21 Oct 2002 10:31:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 21 Oct 2002 10:31:19 -0400 Received: from chaos.physics.uiowa.edu ([128.255.34.189]:6576 "EHLO chaos.physics.uiowa.edu") by vger.kernel.org with ESMTP id ; Mon, 21 Oct 2002 10:31:18 -0400 Date: Mon, 21 Oct 2002 09:37:20 -0500 (CDT) From: Kai Germaschewski X-X-Sender: kai@chaos.physics.uiowa.edu To: bert hubert cc: Neil Brown , Subject: Re: nfsd/sunrpc boot on reboot in 2.5.44 In-Reply-To: <20021021063454.GA5898@outpost.ds9a.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 641 Lines: 28 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/