change log for rtems (2011-04-05)

rtems-vc at rtems.org rtems-vc at rtems.org
Tue Apr 5 14:11:30 UTC 2011


 *joel*:
2011-04-05	Joel Sherrill <joel.sherrilL at OARcorp.com>

	PR 1701/filesystems
	* libfs/src/imfs/memfile.c: Fix sense of assert.

M 1.2797  cpukit/ChangeLog
M   1.40  cpukit/libfs/src/imfs/memfile.c

diff -u rtems/cpukit/ChangeLog:1.2796 rtems/cpukit/ChangeLog:1.2797
--- rtems/cpukit/ChangeLog:1.2796	Tue Apr  5 04:50:01 2011
+++ rtems/cpukit/ChangeLog	Tue Apr  5 08:38:48 2011
@@ -1,3 +1,8 @@
+2011-04-05	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+	PR 1701/filesystems
+	* libfs/src/imfs/memfile.c: Fix sense of assert.
+
 2011-04-05	Sebastian Huber <sebastian.huber at embedded-brains.de>
 
 	* score/src/heap.c: Avoid integer overflow.

diff -u rtems/cpukit/libfs/src/imfs/memfile.c:1.39 rtems/cpukit/libfs/src/imfs/memfile.c:1.40
--- rtems/cpukit/libfs/src/imfs/memfile.c:1.39	Fri Aug 27 12:43:26 2010
+++ rtems/cpukit/libfs/src/imfs/memfile.c	Tue Apr  5 08:38:49 2011
@@ -547,7 +547,7 @@
    */
   IMFS_assert( the_jnode );
   IMFS_assert( the_jnode->type == IMFS_MEMORY_FILE ||
-       the_jnode->type != IMFS_LINEAR_FILE );
+       the_jnode->type == IMFS_LINEAR_FILE );
   IMFS_assert( dest );
 
   /*



--

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/20110405/7e0282a1/attachment-0001.html>


More information about the vc mailing list