<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-02-07)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ccj</strong></font>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-02-08      Brett Swimley <bswimley@advanced.pro>

        * libfs/src/rfs/rtems-rfs-rtems.c: Fix bug where the eval path did
        not close an inode.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2346.2.77&r2=text&tr2=1.2346.2.78&diff_format=h">M</a></td><td width='1%'>1.2346.2.78</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-rtems.c.diff?r1=text&tr1=1.9.2.1&r2=text&tr2=1.9.2.2&diff_format=h">M</a></td><td width='1%'>1.9.2.2</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-rtems.c</td></tr>
</table>
<pre>
<font color='#006600'>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
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-02-08    Brett Swimley <bswimley@advanced.pro>
+
+       * libfs/src/rfs/rtems-rfs-rtems.c: Fix bug where the eval path did
+       not close an inode.
+
</font> 2011-02-02        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * configure.ac: Require autoconf-2.68, automake-1.11.1.

<font color='#006600'>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
</font><font color='#997700'>@@ -151,7 +151,10 @@
</font>     if (rtems_rfs_current_dir (node))
     {
       if (*path)
<font color='#000088'>+      {
+        rtems_rfs_inode_close (fs, &inode);
</font>         continue;
<font color='#000088'>+      }
</font>       break;
     }
 
<font color='#997700'>@@ -337,7 +340,10 @@
</font>     if (rtems_rfs_current_dir (node))
     {
       if (*path)
<font color='#000088'>+      {
+        rtems_rfs_inode_close (fs, &inode);
</font>         continue;
<font color='#000088'>+      }
</font>       break;
     }
      
</pre>
<p> </p>
<a name='cs2'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ccj</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>011-02-08      Brett Swimley <bswimley@advanced.pro>

        * libfs/src/rfs/rtems-rfs-rtems.c: Fix bug where the eval path did
        not close an inode.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2701&r2=text&tr2=1.2702&diff_format=h">M</a></td><td width='1%'>1.2702</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-rtems.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.15&diff_format=h">M</a></td><td width='1%'>1.15</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-rtems.c</td></tr>
</table>
<pre>
<font color='#006600'>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
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-02-08    Brett Swimley <bswimley@advanced.pro>
+
+       * libfs/src/rfs/rtems-rfs-rtems.c: Fix bug where the eval path did
+       not close an inode.
+
</font> 2011-02-02        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * configure.ac: Require autoconf-2.68, automake-1.11.1.

<font color='#006600'>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
</font><font color='#997700'>@@ -151,7 +151,10 @@
</font>     if (rtems_rfs_current_dir (node))
     {
       if (*path)
<font color='#000088'>+      {
+        rtems_rfs_inode_close (fs, &inode);
</font>         continue;
<font color='#000088'>+      }
</font>       break;
     }
 
<font color='#997700'>@@ -337,7 +340,10 @@
</font>     if (rtems_rfs_current_dir (node))
     {
       if (*path)
<font color='#000088'>+      {
+        rtems_rfs_inode_close (fs, &inode);
</font>         continue;
<font color='#000088'>+      }
</font>       break;
     }
      
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>