[libvirt] [PATCH 0/3] Remove unused virFile*() functions

Fabiano Fidêncio posted 3 patches 4 years, 3 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20191218195903.1807337-1-fidencio@redhat.com
src/libvirt_private.syms |  2 --
src/util/virfile.c       | 73 ----------------------------------------
src/util/virfile.h       |  4 ---
3 files changed, 79 deletions(-)
[libvirt] [PATCH 0/3] Remove unused virFile*() functions
Posted by Fabiano Fidêncio 4 years, 3 months ago
- virFileSkipRoot() is no longer used since faf2d811f3e9a4;
- virFileIsAbsPath() is no longer used since faf2d811f3e9a4;
- VIR_FILE_IS_DIR_SEPARATOR is no longer used since virFileIsAbsPath has
  been dropped;

Fabiano Fidêncio (3):
  util: Remove virFileSkipRoot()
  util: Remove virFileIsAbsPath()
  util: Remove VIR_FILE_IS_DIR_SEPARATOR

 src/libvirt_private.syms |  2 --
 src/util/virfile.c       | 73 ----------------------------------------
 src/util/virfile.h       |  4 ---
 3 files changed, 79 deletions(-)

-- 
2.23.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/3] Remove unused virFile*() functions
Posted by Daniel Henrique Barboza 4 years, 3 months ago

On 12/18/19 4:59 PM, Fabiano Fidêncio wrote:
> - virFileSkipRoot() is no longer used since faf2d811f3e9a4;
> - virFileIsAbsPath() is no longer used since faf2d811f3e9a4;
> - VIR_FILE_IS_DIR_SEPARATOR is no longer used since virFileIsAbsPath has
>    been dropped;
> 
> Fabiano Fidêncio (3):
>    util: Remove virFileSkipRoot()
>    util: Remove virFileIsAbsPath()
>    util: Remove VIR_FILE_IS_DIR_SEPARATOR
> 
>   src/libvirt_private.syms |  2 --
>   src/util/virfile.c       | 73 ----------------------------------------
>   src/util/virfile.h       |  4 ---
>   3 files changed, 79 deletions(-)
> 

All patches:


Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>


--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/3] Remove unused virFile*() functions
Posted by Cole Robinson 4 years, 3 months ago
On 12/18/19 2:59 PM, Fabiano Fidêncio wrote:
> - virFileSkipRoot() is no longer used since faf2d811f3e9a4;
> - virFileIsAbsPath() is no longer used since faf2d811f3e9a4;
> - VIR_FILE_IS_DIR_SEPARATOR is no longer used since virFileIsAbsPath has
>   been dropped;
> 
> Fabiano Fidêncio (3):
>   util: Remove virFileSkipRoot()
>   util: Remove virFileIsAbsPath()
>   util: Remove VIR_FILE_IS_DIR_SEPARATOR
> 
>  src/libvirt_private.syms |  2 --
>  src/util/virfile.c       | 73 ----------------------------------------
>  src/util/virfile.h       |  4 ---
>  3 files changed, 79 deletions(-)
> 

Reviewed-by: Cole Robinson <crobinso@redhat.com>

- Cole

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list