forked from Imagelibrary/rtems
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.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||||
|
|||||||
@@ -151,7 +151,10 @@ rtems_rfs_rtems_eval_path (const char* path,
|
|||||||
if (rtems_rfs_current_dir (node))
|
if (rtems_rfs_current_dir (node))
|
||||||
{
|
{
|
||||||
if (*path)
|
if (*path)
|
||||||
|
{
|
||||||
|
rtems_rfs_inode_close (fs, &inode);
|
||||||
continue;
|
continue;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -337,7 +340,10 @@ rtems_rfs_rtems_eval_for_make (const char* path,
|
|||||||
if (rtems_rfs_current_dir (node))
|
if (rtems_rfs_current_dir (node))
|
||||||
{
|
{
|
||||||
if (*path)
|
if (*path)
|
||||||
|
{
|
||||||
|
rtems_rfs_inode_close (fs, &inode);
|
||||||
continue;
|
continue;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user