change log for rtems (2011-02-07)

rtems-vc at rtems.org rtems-vc at rtems.org
Mon Feb 7 23:11:15 UTC 2011


 *ccj* (on branch rtems-4-10-branch):
2011-02-08      Brett Swimley <bswimley at advanced.pro>

        * libfs/src/rfs/rtems-rfs-rtems.c: Fix bug where the eval path did
        not close an inode.

M 1.2346.2.78  cpukit/ChangeLog
M 1.9.2.2  cpukit/libfs/src/rfs/rtems-rfs-rtems.c

diff -u rtems/cpukit/ChangeLog:1.2346.2.77 rtems/cpukit/ChangeLog:1.2346.2.78
--- rtems/cpukit/ChangeLog:1.2346.2.77	Wed Feb  2 09:17:50 2011
+++ rtems/cpukit/ChangeLog	Mon Feb  7 16:34:09 2011
@@ -1,3 +1,8 @@
+2011-02-08	Brett Swimley <bswimley at advanced.pro>
+
+	* libfs/src/rfs/rtems-rfs-rtems.c: Fix bug where the eval path did
+	not close an inode.
+
 2011-02-02	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* configure.ac: Require autoconf-2.68, automake-1.11.1.

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-rtems.c:1.9.2.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-rtems.c:1.9.2.2
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-rtems.c:1.9.2.1	Wed Jun 16 12:25:54 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-rtems.c	Mon Feb  7 16:34:10 2011
@@ -151,7 +151,10 @@
     if (rtems_rfs_current_dir (node))
     {
       if (*path)
+      {
+        rtems_rfs_inode_close (fs, &inode);
         continue;
+      }
       break;
     }
 
@@ -337,7 +340,10 @@
     if (rtems_rfs_current_dir (node))
     {
       if (*path)
+      {
+        rtems_rfs_inode_close (fs, &inode);
         continue;
+      }
       break;
     }
      


 *ccj*:
011-02-08      Brett Swimley <bswimley at advanced.pro>

        * libfs/src/rfs/rtems-rfs-rtems.c: Fix bug where the eval path did
        not close an inode.

M 1.2702  cpukit/ChangeLog
M   1.15  cpukit/libfs/src/rfs/rtems-rfs-rtems.c

diff -u rtems/cpukit/ChangeLog:1.2701 rtems/cpukit/ChangeLog:1.2702
--- rtems/cpukit/ChangeLog:1.2701	Wed Feb  2 09:01:13 2011
+++ rtems/cpukit/ChangeLog	Mon Feb  7 16:41:37 2011
@@ -1,3 +1,8 @@
+2011-02-08	Brett Swimley <bswimley at advanced.pro>
+
+	* libfs/src/rfs/rtems-rfs-rtems.c: Fix bug where the eval path did
+	not close an inode.
+
 2011-02-02	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* configure.ac: Require autoconf-2.68, automake-1.11.1.

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-rtems.c:1.14 rtems/cpukit/libfs/src/rfs/rtems-rfs-rtems.c:1.15
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-rtems.c:1.14	Wed Aug 25 04:37:49 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-rtems.c	Mon Feb  7 16:41:37 2011
@@ -151,7 +151,10 @@
     if (rtems_rfs_current_dir (node))
     {
       if (*path)
+      {
+        rtems_rfs_inode_close (fs, &inode);
         continue;
+      }
       break;
     }
 
@@ -337,7 +340,10 @@
     if (rtems_rfs_current_dir (node))
     {
       if (*path)
+      {
+        rtems_rfs_inode_close (fs, &inode);
         continue;
+      }
       break;
     }
      



--

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/20110207/af1bab3e/attachment.html>


More information about the vc mailing list