On 3/28/19 11:04 AM, Michal Privoznik wrote:
> The way that security drivers use XATTR is kind of verbose. If
> error reporting was left for caller then the caller would end up
> even more verbose.
> 
> There are two places where we do not want to report error if
> virFileGetXAttr fails. Therefore virFileGetXAttrQuiet is
> introduced as an alternative that doesn't report errors.
> 
> Signed-off-by: Michal Privoznik <mpriv...@redhat.com>
> ---
>  src/libvirt_private.syms     |  1 +
>  src/security/security_util.c |  4 ++--
>  src/util/virfile.c           | 42 ++++++++++++++++++++++++++++++------
>  src/util/virfile.h           |  5 +++++
>  tests/qemusecuritymock.c     |  6 +++---
>  5 files changed, 46 insertions(+), 12 deletions(-)

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

- Cole

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

Reply via email to