On 12/22/19 8:15 PM, Yi Li wrote:
most libvirt code uses 'int rc' to hold intermediate
function return values. consistent with the rest of libvirt.
Signed-off-by: Yi Li <yili(a)winhong.com>
---
src/storage/storage_backend_rbd.c | 202 ++++++++++++++++++--------------------
1 file changed, 96 insertions(+), 106 deletions(-)
patch #2 had a hard tab in it, which made syntax-check fail. I fixed it
and pushed this series. Please remember to check 'make check' and 'make
syntax-check' pass on every patch before sending
Thanks,
Cole