]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common: fix ObjBencher::aio_bench signature 4672/head
authorLoic Dachary <ldachary@redhat.com>
Wed, 13 May 2015 22:54:07 +0000 (00:54 +0200)
committerLoic Dachary <ldachary@redhat.com>
Wed, 13 May 2015 22:54:07 +0000 (00:54 +0200)
It was broken by 1ac727982213bf676beefe9340d6822193dbb700

Signed-off-by: Loic Dachary <ldachary@redhat.com>
src/common/obj_bencher.cc

index eca198b653047c456cbea78ed9453715417617db..128a544a54422f6c741464c5f6d3d3b83bd4c698 100644 (file)
@@ -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;