This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1000538] add a d_type field to struct dirent in fileio


http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000538





--- Comment #10 from Andrew Lunn <andrew.lunn@ascom.ch>  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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]