I am porting an Ext3 utility from a 2.4 kernel to the 2.6 kernel. Having
figured that Config.in in 2.4 is Kconfig in 2.6, I have changed Kconfig
just looking at the corresponding chages and am not very sure. Could
someone please confirm if these changes are right?
(1)
Config.in entry:- CONFIG_EXT3COW_FS
Kconfig entry:- config EXT3COW_FS
(2)
Config.in entry:- define_bool CONFIG_JBD $CONFIG_EXT3COW_FS
Kconfig entry:- depends on EXT3_FS || EXT3COW_FS
Thanks,
Harsha Srinath
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/