[PATCH 0/3] util: Fix virFileIsSharedFSOverride on nonexistent paths

Jiri Denemark via Devel posted 3 patches 3 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1748519390.git.jdenemar@redhat.com
src/util/virfile.c | 76 +++++++++++++++++++++++++++-------------------
1 file changed, 45 insertions(+), 31 deletions(-)
[PATCH 0/3] util: Fix virFileIsSharedFSOverride on nonexistent paths
Posted by Jiri Denemark via Devel 3 months, 1 week ago
Jiri Denemark (3):
  util: Document limitation of virFileCanonicalizePath
  util: Introduce virFileGetExistingParent helper
  util: Fix virFileIsSharedFSOverride on nonexistent paths

 src/util/virfile.c | 76 +++++++++++++++++++++++++++-------------------
 1 file changed, 45 insertions(+), 31 deletions(-)

-- 
2.49.0
Re: [PATCH 0/3] util: Fix virFileIsSharedFSOverride on nonexistent paths
Posted by Ján Tomko via Devel 3 months, 1 week ago
On a Thursday in 2025, Jiri Denemark via Devel wrote:
>Jiri Denemark (3):
>  util: Document limitation of virFileCanonicalizePath
>  util: Introduce virFileGetExistingParent helper
>  util: Fix virFileIsSharedFSOverride on nonexistent paths
>
> src/util/virfile.c | 76 +++++++++++++++++++++++++++-------------------
> 1 file changed, 45 insertions(+), 31 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano