Re: [PATCH][btrfs-progs] populate fs with small dataset for convert-tests

2016-03-18 Thread David Sterba
On Tue, Mar 08, 2016 at 08:30:06PM +0530, Lakshmipathi.G wrote: > + perm) > + for modes in $(seq 1 );do This generates way too many files, and is the longest part of image pupulation, given the number of option combinations of ext4 and btrfs, we need to keep the

[PATCH][btrfs-progs] populate fs with small dataset for convert-tests

2016-03-08 Thread Lakshmipathi.G
Signed-off-by: Lakshmipathi.G --- tests/convert-tests.sh | 84 +++--- 1 file changed, 80 insertions(+), 4 deletions(-) diff --git a/tests/convert-tests.sh b/tests/convert-tests.sh index 0bfb41f..c1f3de0 100644 --- a/tests/convert-tests.sh +++ b/tests/c