From: Loic Dachary Date: Wed, 13 May 2015 22:54:07 +0000 (+0200) Subject: common: fix ObjBencher::aio_bench signature X-Git-Tag: v9.0.2~163^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fe79babc9867a4cdf81a5b83019b9e1bbc86f9ae;p=ceph.git common: fix ObjBencher::aio_bench signature It was broken by 1ac727982213bf676beefe9340d6822193dbb700 Signed-off-by: Loic Dachary --- diff --git a/src/common/obj_bencher.cc b/src/common/obj_bencher.cc index eca198b65304..128a544a5442 100644 --- a/src/common/obj_bencher.cc +++ b/src/common/obj_bencher.cc @@ -169,8 +169,7 @@ void *ObjBencher::status_printer(void *_bencher) { int ObjBencher::aio_bench( int operation, int secondsToRun, - int maxObjectsToCreate, - int concurrentios, int op_size, bool cleanup, const char* run_name) { + int concurrentios, int object_size, bool cleanup, const char* run_name) { if (concurrentios <= 0) return -EINVAL;