from inside init_ext3_fs() function of linux/fs/ext3/super.c file
register_filesystem(&ext3_fs_type) gets called. please use available tools like cscope, ctag to browse kernel code.* * Regards, mahaveer On Jan 24, 2008 6:21 PM, Onkar <[EMAIL PROTECTED]> wrote: > I compiled the kernel with CONFIG_EXT3_FS=y ; having done that now , do > these functions get called : > > *module_init(init_ext3_fs) > module_exit(exit_ext3_fs)* > > > ?? > > or how does the file system register itself ??? > > i.e., from where does* register_filesystem(&ext3_fs_type) * > get called ???? > Please give me some pointers .. > > > -- > Thanks & regards, > Onkar Mahajan -- --------------------------- Thanks & Regards, Mahaveer Darade [EMAIL PROTECTED] Mobile - 9970365267 --- Dream it , Code it. ---The "silly question" is the first intimation of some totally new development
