[PATCH v2 0/3] Storage: remove unused variable

Yi Li posted 3 patches 3 years, 3 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210105144332.2605148-1-yili@winhong.com
src/storage/storage_util.c | 66 +++++++++++++++-----------------------
1 file changed, 25 insertions(+), 41 deletions(-)
[PATCH v2 0/3] Storage: remove unused variable
Posted by Yi Li 3 years, 3 months ago
refactor storageBackendCreateRaw and remove some unused variable.

Yi Li (3):
  createRawFile: remove unused return variable
  virStorageBackendCopyToFD: remove unused return variable
  storageBackendCreateRaw: remove unused created

 src/storage/storage_util.c | 66 +++++++++++++++-----------------------
 1 file changed, 25 insertions(+), 41 deletions(-)

-- 
2.25.3




Re: [PATCH v2 0/3] Storage: remove unused variable
Posted by Michal Privoznik 3 years, 3 months ago
On 1/5/21 3:43 PM, Yi Li wrote:
> refactor storageBackendCreateRaw and remove some unused variable.
> 
> Yi Li (3):
>    createRawFile: remove unused return variable
>    virStorageBackendCopyToFD: remove unused return variable
>    storageBackendCreateRaw: remove unused created
> 
>   src/storage/storage_util.c | 66 +++++++++++++++-----------------------
>   1 file changed, 25 insertions(+), 41 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

and pushed.

Michal