On Thu, 2006-04-20 at 14:52 +0900, MAEDA Naoaki wrote:
> [EMAIL PROTECTED] wrote:
> 
> > I am seeing one problem with this code. When compiling RCFS in, i do not
> > see ckrm directory in /config, when i mount configfs. But, it works fine
> > when i build rcfs as a module. Need to look into that.
> 
> It recalls that Unisys folks have reported the similar problem, but
> I couldn't reproduce. Now, I think it is caused by initcall ordering
> problem.
> 
> Because the directory for rcfs is relocated, the order of initcall
> execution would be changed. If rcfs_init() is called prior to
> configfs_init() called, then rcfs_init() fails.
> 
> However, I don't come up with a smart way to fix the problem.
> 
> Thanks,
> MAEDA Naoaki

        Perhaps this is why it worked when the rcfs files were under fs/ -- you
could manipulate the link order and thereby the __init section order
which ultimately determines the order things are initialized.

Cheers,
        -Matt Helsley



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
ckrm-tech mailing list
https://lists.sourceforge.net/lists/listinfo/ckrm-tech

Reply via email to