
23 Dec
2019
23 Dec
'19
2:32 p.m.
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@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