X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Fdtest.c;h=af02ff3edda4382e82f40682d629d34243d0bc98;hb=30ab3ff5e311e8e2b488c3f62f30e7450dc6bee9;hp=8b32b7e9dacfbaedc7bc6b02fe200aff3bf0b0ac;hpb=6104166e07b5ffbc8a6004639c9ba3da200bc7a7;p=yaffs2.git diff --git a/direct/dtest.c b/direct/dtest.c index 8b32b7e..af02ff3 100644 --- a/direct/dtest.c +++ b/direct/dtest.c @@ -2258,7 +2258,6 @@ void checkpoint_upgrade_test(const char *mountpt,int nmounts) printf("Create start condition\n"); yaffs_StartUp(); - SetCheckpointReservedBlocks(0); yaffs_mount(mountpt); yaffs_mkdir(a,0); sprintf(b,"%s/zz",a); @@ -2271,7 +2270,6 @@ void checkpoint_upgrade_test(const char *mountpt,int nmounts) printf("Umount/mount attempt full\n"); yaffs_unmount(mountpt); - SetCheckpointReservedBlocks(10); yaffs_mount(mountpt); printf("unlink small file\n");