http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000538
--- Comment #10 from Andrew Lunn <[EMAIL PROTECTED]> 2008-04-09 13:42:38 --- I don't think your usage of ilookup is correct. That will just look in the inode cache. The inode may not be in the cache. I think you should be using jffs2_iget() and don't forget to call jffs2_iput() once you are finished with the inode. -- Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
