change log for rtems (2011-03-14)

rtems-vc at rtems.org rtems-vc at rtems.org
Mon Mar 14 08:10:24 UTC 2011


 *ccj* (on branch rtems-4-10-branch):
2011-03-14      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.2346.2.84  cpukit/ChangeLog
M 1.1.2.5  cpukit/libfs/src/rfs/rtems-rfs-block-pos.h

diff -u rtems/cpukit/ChangeLog:1.2346.2.83 rtems/cpukit/ChangeLog:1.2346.2.84
--- rtems/cpukit/ChangeLog:1.2346.2.83	Mon Mar 14 00:13:12 2011
+++ rtems/cpukit/ChangeLog	Mon Mar 14 02:44:32 2011
@@ -1,5 +1,11 @@
 2011-03-14	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-14	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.1.2.4 rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.1.2.5
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.1.2.4	Mon Mar 14 00:07:18 2011
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h	Mon Mar 14 02:44:33 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/20110314/29a49641/attachment-0001.html>


More information about the vc mailing list