summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libio.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-10-30 17:20:16 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-10-30 18:03:29 +0100
commit93b29f08f0a62e5dd89498b58b569ac78a06271b (patch)
treec025e58266ed26e207a78829fc5762aa693e7f38 /cpukit/libcsupport/include/rtems/libio.h
parentlibblock: Use transient event (diff)
downloadrtems-93b29f08f0a62e5dd89498b58b569ac78a06271b.tar.bz2
Filesystem: Use transient event
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libio.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index fe391d9044..9374f3ac1a 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -1462,8 +1462,9 @@ struct rtems_filesystem_mount_table_entry_tt {
/**
* The task that initiated the unmount process. After unmount process
- * completion this task will be notified via the
- * @ref RTEMS_FILESYSTEM_UNMOUNT_EVENT.
+ * completion this task will be notified via the transient event.
+ *
+ * @see ClassicEventTransient.
*/
rtems_id unmount_task;
};
@@ -1526,15 +1527,16 @@ int rtems_filesystem_unregister(
* unmounted file system the function returns with an error status and errno is
* set to EBUSY.
*
- * The unmount process completion notification uses the RTEMS classic API
- * event @ref RTEMS_FILESYSTEM_UNMOUNT_EVENT. It is a fatal error to terminate
- * the calling thread while waiting for this event.
+ * The unmount process completion notification uses the transient event. It is
+ * a fatal error to terminate the calling thread while waiting for this event.
*
* A concurrent unmount request for the same file system instance has
* unpredictable effects.
*
* @retval 0 Successful operation.
* @retval -1 An error occured. The @c errno indicates the error.
+ *
+ * @see ClassicEventTransient.
*/
int unmount(
const char *mount_path