All of lore.kernel.org
 help / color / mirror / Atom feed
* Config.in question
@ 2005-04-25  2:45 kewlemer
  2005-04-25  4:55 ` Randy.Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: kewlemer @ 2005-04-25  2:45 UTC (permalink / raw)
  To: linux-fsdevel

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 ?

Thanks,
KM

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Config.in question
  2005-04-25  2:45 Config.in question kewlemer
@ 2005-04-25  4:55 ` Randy.Dunlap
  2005-04-25  7:13   ` kewlemer
  0 siblings, 1 reply; 3+ messages in thread
From: Randy.Dunlap @ 2005-04-25  4:55 UTC (permalink / raw)
  To: kewlemer; +Cc: linux-fsdevel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Config.in question
  2005-04-25  4:55 ` Randy.Dunlap
@ 2005-04-25  7:13   ` kewlemer
  0 siblings, 0 replies; 3+ messages in thread
From: kewlemer @ 2005-04-25  7:13 UTC (permalink / raw)
  To: linux-fsdevel

Got it. Thanks, Randy !

On 4/24/05, Randy.Dunlap <rddunlap@osdl.org> 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
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-04-25  7:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-25  2:45 Config.in question kewlemer
2005-04-25  4:55 ` Randy.Dunlap
2005-04-25  7:13   ` kewlemer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.