[Bug 1255] filesystem not thread-safe
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Wed Jun 2 06:56:51 UTC 2010
https://www.rtems.org/bugzilla/show_bug.cgi?id=1255
Sebastian Huber <sebastian.huber at embedded-brains.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sebastian.huber at embedded-br
| |ains.de
--- Comment #3 from Sebastian Huber <sebastian.huber at embedded-brains.de> 2010-06-02 01:56:50 ---
One problematic thing is that you cannot determine if a file system item is in
use or not. A file system is in use if someone references a node of this file
system. There are some rudimentary checks in unmount(), but they are by far
not sufficient. I suppose we have to introduce thread-safe reference counts
for nodes and mount points.
--
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