It is called when we insert the FS module. But as you have compiled ext3 module along with kernel then I think register function gets called during boot process.
On 1/24/08, 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
