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.

That hint really helped. I changed it to be late_initcall, which comes
after fs_initcall (device_initcall still puts it before configfs, i
don't know why).

late_initcall works both built-in and as a module.
> 
> Thanks,
> MAEDA Naoaki
> 
-- 

----------------------------------------------------------------------
    Chandra Seetharaman               | Be careful what you choose....
              - [EMAIL PROTECTED]   |      .......you may get it.
----------------------------------------------------------------------




-------------------------------------------------------
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