STORE, 47708488642560, 47708488646656,
};
+ unsigned long set9[] = {
+STORE, 140737488347136, 140737488351232,
+STORE, 140726853324800, 140737488351232,
+ERASE, 140726853324800, 140737488351232,
+STORE, 140726853324800, 140726853328896,
+STORE, 94868882362368, 94868882534400,
+ERASE, 94868882362368, 94868882534400,
+STORE, 94868882362368, 94868882378752,
+STORE, 94868882378752, 94868882534400,
+ERASE, 94868882378752, 94868882534400,
+STORE, 94868882378752, 94868882481152,
+STORE, 94868882481152, 94868882522112,
+STORE, 94868882522112, 94868882534400,
+ };
+
mt_set_non_kernel(3);
check_erase2_testset(mt, set, ARRAY_SIZE(set));
mtree_destroy(mt);
check_erase2_testset(mt, set8, ARRAY_SIZE(set8));
mtree_destroy(mt);
+ mtree_init(mt, 0);
+ check_erase2_testset(mt, set9, ARRAY_SIZE(set9));
+ mt_dump(mt);
+ mtree_destroy(mt);
+ exit(0);
+
}
static noinline void check_alloc_rev_range(struct maple_tree *mt)
{