[Bug 1757] RFS does not set iop->size on open.
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Tue Mar 15 05:08:43 UTC 2011
https://www.rtems.org/bugzilla/show_bug.cgi?id=1757
Chris Johns <chrisj at rtems.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #4 from Chris Johns <chrisj at rtems.org> 2011-03-15 00:08:43 CDT ---
Change committed on 4.10 branch and on HEAD. HEAD also has a fix for an issue
in the iop after it was cleaned up. The RFS uses pathinfo->node_access to hold
the ino number for all file system ops and for a file changes
pathinfo->node_access to hold the file handle after a file open. The fstat call
failed on a file (fstat) because the RFS stat code expected an ino and it was a
file handle pointer and therefore an invalid inode number.
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list