[Bug 1514] Libblock propagate sync calls to driver.

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Mon May 17 07:06:44 UTC 2010


https://www.rtems.org/bugzilla/show_bug.cgi?id=1514


Sebastian Huber <sebastian.huber at embedded-brains.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sebastian.huber at embedded-br
                   |                            |ains.de




--- Comment #5 from Sebastian Huber <sebastian.huber at embedded-brains.de>  2010-05-17 02:06:43 ---
Currently there is no way to figure out if an write error occurred.  Buffers
with an write error will be discarded.  We should consider to return an
cumulative error status from the rtems_bdbuf_{sync/syncdev} functions.  We
should return:

 o RTEMS_SUCCESSFUL Operation was successful
 o RTMES_IO_ERROR Low-level synchronization failed or write error occurred
between last synchronization request or disk creation

The cumulative error status should be maintained on a per physical disk level.

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