From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Randy.Dunlap" Subject: Re: why svc_export_lookup() has no implementation? Date: Thu, 25 May 2006 21:23:07 -0700 Message-ID: <20060525212307.376a4ee6.rdunlap@xenotime.net> References: <4ae3c140605252115n7b040a99l6633ba387ce48358@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Return-path: Received: from xenotime.net ([66.160.160.81]:8387 "HELO xenotime.net") by vger.kernel.org with SMTP id S1030362AbWEZEUe (ORCPT ); Fri, 26 May 2006 00:20:34 -0400 Received: from midway.site ([71.245.102.105]) by xenotime.net for ; Thu, 25 May 2006 21:20:31 -0700 To: "Xin Zhao" In-Reply-To: <4ae3c140605252115n7b040a99l6633ba387ce48358@mail.gmail.com> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Fri, 26 May 2006 00:15:32 -0400 Xin Zhao wrote: > I noticed that functions like exp_get_by_name() calls function > svc_export_lookup(). But I cannot find the implementation of > svc_export_lookup(). I can only find the function definition. HOw can > this happen? > > Can someone give me a hand? Sounds like you need better tools or get them to search like you mean for them to search. seee fs/nfsd/export.c --- ~Randy