From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Xin Zhao" Subject: why svc_export_lookup() has no implementation? Date: Fri, 26 May 2006 00:15:32 -0400 Message-ID: <4ae3c140605252115n7b040a99l6633ba387ce48358@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7BIT Cc: linux-fsdevel@vger.kernel.org Return-path: Received: from wr-out-0506.google.com ([64.233.184.230]:34894 "EHLO wr-out-0506.google.com") by vger.kernel.org with ESMTP id S1030229AbWEZEPd convert rfc822-to-8bit (ORCPT ); Fri, 26 May 2006 00:15:33 -0400 Received: by wr-out-0506.google.com with SMTP id i34so1964301wra for ; Thu, 25 May 2006 21:15:32 -0700 (PDT) To: linux-kernel Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org 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? Thanks! -x