On Wed, Jun 22, 2016 at 09:51:04AM -0600, Eric Blake wrote: > The internal function converts to byte-based before calling into > RBD code; hoist the conversion to the callers so that callers > can then be switched to byte-based themselves. > > Signed-off-by: Eric Blake > --- > block/rbd.c | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-) Reviewed-by: Stefan Hajnoczi