[PATCH 0/2] virDir* related cleanups

Michal Privoznik posted 2 patches 2 years, 9 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1626274811.git.mprivozn@redhat.com
build-aux/syntax-check.mk | 2 +-
src/util/virfile.c        | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PATCH 0/2] virDir* related cleanups
Posted by Michal Privoznik 2 years, 9 months ago
*** BLURB HERE ***

Michal Prívozník (2):
  syntax-check: s/VIR_DIR_CLOSE/g_autoptr(DIR)/
  virfile: Update example use of virDirRead()

 build-aux/syntax-check.mk | 2 +-
 src/util/virfile.c        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.31.1

Re: [PATCH 0/2] virDir* related cleanups
Posted by Peter Krempa 2 years, 9 months ago
On Wed, Jul 14, 2021 at 17:00:33 +0200, Michal Privoznik wrote:
> *** BLURB HERE ***
> 

Series:

Reviewed-by: Peter Krempa <pkrempa@redhat.com>