* src/mount.c: Per PR297, correct fs_mountme failure paths.
This commit is contained in:
Joel Sherrill
2002-11-11 21:36:19 +00:00
parent 658ad56f62
commit 4b5335229e
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2002-11-07 <strauman@slac.stanford.edu>
* src/mount.c: Per PR297, correct fs_mountme failure paths.
2002-11-01 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Corrected.
+1 -1
View File
@@ -76,7 +76,7 @@ int mount(
)
{
rtems_filesystem_location_info_t loc;
rtems_filesystem_mount_table_entry_t *temp_mt_entry;
rtems_filesystem_mount_table_entry_t *temp_mt_entry = NULL;
rtems_filesystem_location_info_t *loc_to_free = NULL;
size_t size;