From ae4860fd0ad92a16f488302027f5e1992b41bc13 Mon Sep 17 00:00:00 2001 From: Pan Liu Date: Wed, 3 May 2017 19:18:14 +0800 Subject: [PATCH] remove out-of-date comment Signed-off-by: Pan Liu --- engines/rbd.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/engines/rbd.c b/engines/rbd.c index 829e41a2..8eeef53b 100644 --- a/engines/rbd.c +++ b/engines/rbd.c @@ -618,9 +618,6 @@ static int fio_rbd_setup(struct thread_data *td) f = td->files[0]; f->real_file_size = info.size; - /* disconnect, then we were only connected to determine - * the size of the RBD. - */ return 0; disconnect: -- 2.25.1