From mboxrd@z Thu Jan 1 00:00:00 1970 From: kewlemer Subject: Re: Config.in question Date: Mon, 25 Apr 2005 00:13:15 -0700 Message-ID: <79cbe67505042500131567d0bc@mail.gmail.com> References: <79cbe675050424194560597cb9@mail.gmail.com> <20050424215500.6e2f0841.rddunlap@osdl.org> Reply-To: kewlemer Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Return-path: Received: from zproxy.gmail.com ([64.233.162.200]:47881 "EHLO zproxy.gmail.com") by vger.kernel.org with ESMTP id S262536AbVDYHNR convert rfc822-to-8bit (ORCPT ); Mon, 25 Apr 2005 03:13:17 -0400 Received: by zproxy.gmail.com with SMTP id 18so434073nzp for ; Mon, 25 Apr 2005 00:13:15 -0700 (PDT) To: linux-fsdevel@vger.kernel.org In-Reply-To: <20050424215500.6e2f0841.rddunlap@osdl.org> Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Got it. Thanks, Randy ! On 4/24/05, Randy.Dunlap wrote: > On Sun, 24 Apr 2005 19:45:19 -0700 kewlemer wrote: > > | I am porting a Ext3 COW utility to 2.6 from 2.4. One of the files the > | 2.4 version modifies is Config.in in the ../fs/ directory. I am unable > | to locate this file in my 2.6.10 kernel. Can anyone tell me if this is > | a change in the 2.6 kernel or why I don't have this file ? > > The kernel config system in 2.6 is quite different in syntax > from 2.4. Config file names have also changed. > In 2.6, see fs/Kconfig instead of fs/Config.in . > > --- > ~Randy >