summaryrefslogtreecommitdiff
path: root/testsuites/fstests/fsnofs01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/fstests/fsnofs01/init.c')
-rw-r--r--testsuites/fstests/fsnofs01/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/fstests/fsnofs01/init.c b/testsuites/fstests/fsnofs01/init.c
index f4759491ba..d27b969b49 100644
--- a/testsuites/fstests/fsnofs01/init.c
+++ b/testsuites/fstests/fsnofs01/init.c
@@ -88,7 +88,7 @@ static void test_location_obtain(void)
rtems_test_assert(node_count(loc_chain) == 1);
rtems_test_assert(null_loc->reference_count == 5);
- rtems_filesystem_global_location_release(null_loc);
+ rtems_filesystem_global_location_release(null_loc, false);
rtems_test_assert(node_count(loc_chain) == 1);
rtems_test_assert(null_loc->reference_count == 4);
@@ -104,7 +104,7 @@ static void test_null_location_obtain(void)
rtems_test_assert(node_count(loc_chain) == 1);
rtems_test_assert(null_loc->reference_count == 5);
- rtems_filesystem_global_location_release(null_loc);
+ rtems_filesystem_global_location_release(null_loc, false);
rtems_test_assert(node_count(loc_chain) == 1);
rtems_test_assert(null_loc->reference_count == 4);