replace 'fill_pattern' with 'cpy_pattern' from 'lib/pattern.c'
authorRoman Pen <r.peniaev@gmail.com>
Wed, 19 Aug 2015 10:33:08 +0000 (12:33 +0200)
committerJens Axboe <axboe@fb.com>
Fri, 4 Sep 2015 19:33:04 +0000 (13:33 -0600)
commit2cac8fcb5ecaf5de549c36ee1cc2db75f00f8ff4
tree7a5ddb7997d2b78ee9e658254abc69031dab1535
parent634bd210c17a51c681adc6ed8e6a0abe04e9781b
replace 'fill_pattern' with 'cpy_pattern' from 'lib/pattern.c'

All pattern helpers are now located inside 'lib/pattern.c',
and 'cpy_pattern' should be sligtly faster, since it does
copy doubling the size on every iteration.

Signed-off-by: Roman Pen <r.peniaev@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Makefile
lib/rand.c
lib/rand.h
verify.c