diff options
Diffstat (limited to 'tests/ubi-tests/mkvol_paral.c')
-rw-r--r-- | tests/ubi-tests/mkvol_paral.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ubi-tests/mkvol_paral.c b/tests/ubi-tests/mkvol_paral.c index 95b5e10..41d5ae0 100644 --- a/tests/ubi-tests/mkvol_paral.c +++ b/tests/ubi-tests/mkvol_paral.c @@ -54,6 +54,7 @@ static void * the_thread(void *ptr) req.vol_type = UBI_DYNAMIC_VOLUME; sprintf(nm, "%s:%d", name, n); req.name = nm; + req.flags = 0; while (iter--) { req.vol_id = UBI_VOL_NUM_AUTO; |