From 7d01d244d7484056f8c0c101eb500fe8cfcfd9bb Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 7 Jun 2010 15:35:24 +0000 Subject: 2010-06-07 Sebastian Huber * libcsupport/include/rtems/libio_.h: Declare rtems_filesystem_mount_table_control. * libcsupport/include/rtems/libio.h: Removed rtems_filesystem_table_first(), rtems_filesystem_table_next() and rtems_filesystem_table_node_t declarations. Declare rtems_per_filesystem_routine, rtems_filesystem_iterate() and rtems_filesystem_get_mount_handler(). * libcsupport/src/mount.c: Added rtems_filesystem_mounts_first() and rtems_filesystem_mounts_next(). Simplify mount(). Removed rtems_filesystem_mount_table_control_init. Use rtems_filesystem_get_mount_handler(). * libcsupport/src/mount-mgr.c: Removed rtems_filesystem_mounts_first() and rtems_filesystem_mounts_next(). Added rtems_filesystem_iterate() and rtems_filesystem_get_mount_handler(). Use rtems_libio_lock() and rtems_libio_unlock(); * sapi/include/confdefs.h, libmisc/shell/main_mount.c: Update for mount API changes. --- cpukit/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 05ad0d77a3..b3b281ad10 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,23 @@ +2010-06-07 Sebastian Huber + + * libcsupport/include/rtems/libio_.h: Declare + rtems_filesystem_mount_table_control. + * libcsupport/include/rtems/libio.h: Removed + rtems_filesystem_table_first(), rtems_filesystem_table_next() and + rtems_filesystem_table_node_t declarations. Declare + rtems_per_filesystem_routine, rtems_filesystem_iterate() and + rtems_filesystem_get_mount_handler(). + * libcsupport/src/mount.c: Added rtems_filesystem_mounts_first() and + rtems_filesystem_mounts_next(). Simplify mount(). Removed + rtems_filesystem_mount_table_control_init. Use + rtems_filesystem_get_mount_handler(). + * libcsupport/src/mount-mgr.c: Removed rtems_filesystem_mounts_first() and + rtems_filesystem_mounts_next(). Added rtems_filesystem_iterate() and + rtems_filesystem_get_mount_handler(). Use rtems_libio_lock() and + rtems_libio_unlock(); + * sapi/include/confdefs.h, libmisc/shell/main_mount.c: Update for + mount API changes. + 2010-06-07 Bharath Suri * libcsupport/include/rtems/libio_.h: Removed macros -- cgit v1.2.3