
5 Oct
2016
5 Oct
'16
8:08 a.m.
On Mon, Sep 26, 2016 at 08:18:29 -0400, John Ferlan wrote:
Since none of the callers check the status, let's just alter it from a (global!) int to be a static void.
global?
While we're at it - scrap the local runtime variable and just do the math in the VIR_DEBUG directly.
Signed-off-by: John Ferlan <jferlan@redhat.com> --- src/storage/storage_backend_rbd.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-)
ACK