change log for rtems (2011-03-15)

rtems-vc at rtems.org rtems-vc at rtems.org
Tue Mar 15 06:10:16 UTC 2011


 *ccj*:
2011-03-15      Chris Johns <chrisj at rtems.org>

        PR 1757/filesystem
        * libfs/src/rfs/rtems-rfs-block-pos.h: Fix the bug in equal
        compare.

M 1.2775  cpukit/ChangeLog
M    1.6  cpukit/libfs/src/rfs/rtems-rfs-block-pos.h

diff -u rtems/cpukit/ChangeLog:1.2774 rtems/cpukit/ChangeLog:1.2775
--- rtems/cpukit/ChangeLog:1.2774	Tue Mar 15 00:02:34 2011
+++ rtems/cpukit/ChangeLog	Tue Mar 15 00:14:38 2011
@@ -1,5 +1,11 @@
 2011-03-15	Chris Johns <chrisj at rtems.org>
 
+	PR 1757/filesystem
+	* libfs/src/rfs/rtems-rfs-block-pos.h: Fix the bug in equal
+	compare.
+
+2011-03-15	Chris Johns <chrisj at rtems.org>
+
 	PR 1763/shell
 	* libmisc/shell/hexdump-conv.c: Remove debug hacks.
 

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.5 rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.6
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.5	Tue Mar 15 00:02:34 2011
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h	Tue Mar 15 00:14:39 2011
@@ -196,7 +196,7 @@
  * Do the sizes match ?
  */
 #define rtems_rfs_block_size_equal(_lhs, _rhs) \
-  (((_lhs)->count == (_rhs)->count) && ((_lhs)->offset == (_rhs)->count))
+  (((_lhs)->count == (_rhs)->count) && ((_lhs)->offset == (_rhs)->offset))
 
 /**
  * Zero a block size.



--

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/20110315/60acae20/attachment-0001.html>


More information about the vc mailing list