From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Hudec Subject: Re: buffer cache Date: Sat, 13 Sep 2003 12:27:21 +0200 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <20030913102721.GB31719@vagabond> References: <20030913085143.25345.qmail@mailweb33.rediffmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org Return-path: Received: from cimice4.lam.cz ([212.71.168.94]:12001 "EHLO vagabond.light.src") by vger.kernel.org with ESMTP id S262115AbTIMK1a (ORCPT ); Sat, 13 Sep 2003 06:27:30 -0400 To: vadiraj c s Content-Disposition: inline In-Reply-To: <20030913085143.25345.qmail@mailweb33.rediffmail.com> List-Id: linux-fsdevel.vger.kernel.org On Sat, Sep 13, 2003 at 08:51:43 -0000, vadiraj c s wrote: > hello all, > > > This is third time i'm posting my request. I'm working on > filesystem, I need to compile my code. I included linux/fs.h > header file, none of the function declared in it gets compiled, I > mean I get an error saying Undefined reference, the functions are > inline functions. Sanity-check: Do you compile with the -O2 option? Kernel stuff must be compiled with optimization due to this and many other reasons. > 1.) Is there any specific compilation method for such functions? > 2.) How do I test my code before I register to VFS? > > vadiraj > deeprootlinux > > ___________________________________________________ > Catering meets Camera; Tanya Weds Sahil. > Rediff Matchmaker strikes another interesting match > Visit http://matchmaker.rediff.com?1 > > - > To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html ------------------------------------------------------------------------------- Jan 'Bulb' Hudec