On Fri, Jan 7, 2011 at 8:10 AM, Fu Kai <[email protected]> wrote:
> hi folks,
> I'm looking the source code about linux file system recently. I have scanned
> over ext2,
> and now I'm very curious about how does the kernel setup the ext2 up, but I
> couldn't locate
> the corresponding code. Could anybody give any advice for me?

Something like...

do_initcalls()
do_one_initcall()
fs_initcall()
module_init(init_ext2_fs)

HTH

>
> Thanks,
> owr
>
> _______________________________________________
> Kernelnewbies mailing list
> [email protected]
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>



-- 
Thanks -
Manish
==================================
[$\*.^ -- I miss being one of them
==================================

_______________________________________________
Kernelnewbies mailing list
[email protected]
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to