yaffs-direct: Add reldir and reldev interfaces
[yaffs2.git] / direct / test-framework / basic-tests / dtest.c
index 5db05beb79a57fd028b77f056a93c5550931a8fa..644c1e54ed21f55a8a5fd5a3be1b7ca8488d40f6 100644 (file)
@@ -3074,7 +3074,7 @@ void large_file_test(const char *mountpt)
        yaffs_unmount(mountpt);
 
 
-       yaffs_mount_common(mountpt, 0, 1);
+       yaffs_mount3(mountpt, 0, 1);
        printf("mounted with no checkpt\n");
         dumpDir(mountpt);
        handle = yaffs_open(fullname, O_RDONLY, 0);
@@ -3082,7 +3082,7 @@ void large_file_test(const char *mountpt)
        yaffs_unmount(mountpt);
 
        /* Check resize by adding to the end, resizing back and verifying. */
-       yaffs_mount_common(mountpt, 0, 1);
+       yaffs_mount3(mountpt, 0, 1);
        printf("checking resize\n");
         dumpDir(mountpt);
        handle = yaffs_open(fullname, O_RDWR, 0);