change log for rtems (2010-06-17)

rtems-vc at rtems.org rtems-vc at rtems.org
Thu Jun 17 05:11:57 UTC 2010


 *ccj* (on branch rtems-4-10-branch):
2010-06-17      Chris Johns <chrisj at rtems.org>

        libfs/src/rfs/rtems-rfs-bitmaps.h,
        libfs/src/rfs/rtems-rfs-block-pos.h,
        libfs/src/rfs/rtems-rfs-block.h: PR 1556. Struct clean up.

M 1.2346.2.36  cpukit/ChangeLog
M 1.1.2.2  cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h
M 1.1.2.3  cpukit/libfs/src/rfs/rtems-rfs-block-pos.h
M 1.1.2.2  cpukit/libfs/src/rfs/rtems-rfs-block.h

diff -u rtems/cpukit/ChangeLog:1.2346.2.35 rtems/cpukit/ChangeLog:1.2346.2.36
--- rtems/cpukit/ChangeLog:1.2346.2.35	Wed Jun 16 22:57:16 2010
+++ rtems/cpukit/ChangeLog	Wed Jun 16 23:38:28 2010
@@ -1,3 +1,9 @@
+2010-06-17	Chris Johns <chrisj at rtems.org>
+
+	* libfs/src/rfs/rtems-rfs-bitmaps.h,
+	libfs/src/rfs/rtems-rfs-block-pos.h,
+	libfs/src/rfs/rtems-rfs-block.h: PR 1556. Struct clean up.
+
 2010-06-17	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* libfs/src/rfs/rtems-rfs-file-system.h: Revert previous change.

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h:1.1.2.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h:1.1.2.2
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h:1.1.2.1	Wed Jun 16 09:40:49 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h	Wed Jun 16 23:38:29 2010
@@ -99,7 +99,7 @@
 /**
  * The bitmap control is a simple way to manage the various parts of a bitmap.
  */
-typedef struct _rtems_rfs_bitmap_control
+typedef struct rtems_rfs_bitmap_control_s
 {
   rtems_rfs_buffer_handle* buffer;      //< Handle the to buffer with the bit
                                         //map.

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.1.2.2 rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.1.2.3
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.1.2.2	Wed Jun 16 09:40:50 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h	Wed Jun 16 23:38:29 2010
@@ -47,7 +47,7 @@
  * block field can be used hold a block number for the position as a look up
  * cache.
  */
-typedef struct _rtems_rfs_block_pos
+typedef struct rtems_rfs_block_pos_s
 {
   /**
    * The block index in the map. Range is from 0 to the maps block count minus
@@ -110,8 +110,8 @@
  * @param bpos Pointer to the block position to fill in.
  * @return rtems_rfs_pos The absolute offset.
  */
-rtems_rfs_pos rtems_rfs_block_get_pos (rtems_rfs_file_system*  fs,
-                                       rtems_rfs_block_pos*    bpos);
+rtems_rfs_pos rtems_rfs_block_get_pos (rtems_rfs_file_system* fs,
+                                       rtems_rfs_block_pos*   bpos);
 
 /**
  * Add the relative position to the block position. The relative position is
@@ -136,7 +136,7 @@
  * A block size is the number of blocks less one plus the offset where the
  * offset must be less than the block size.
  */
-typedef struct _rtems_rfs_block_size
+typedef struct rtems_rfs_block_size_s
 {
   /**
    * The count of blocks in a map. A 0 means no blocks and a zero length and

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-block.h:1.1.2.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-block.h:1.1.2.2
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-block.h:1.1.2.1	Sat Jun 12 00:19:11 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-block.h	Wed Jun 16 23:38:29 2010
@@ -86,7 +86,7 @@
  *  @li 2,684,354,560 bytes for a 2048 byte block size, and
  *  @li 21,474,836,480 bytes for a 4096 byte block size.
  */
-typedef struct rtems_rfs_block_map_t
+typedef struct rtems_rfs_block_map_s
 {
   /**
    * Is the map dirty ?



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100617/fb514e26/attachment.html>


More information about the vc mailing list