Re: [PATCH 1/7] util: virFileIsSharedFSType: Pass bitmap of checked fs types as unsigned

2022-09-05 Thread Ján Tomko
On a Monday in 2022, Peter Krempa wrote: We populate the bits individualy so unsigned is the proper type. *individually Signed-off-by: Peter Krempa --- src/util/virfile.c | 4 ++-- src/util/virfile.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Ján Tomko Jano

[PATCH 1/7] util: virFileIsSharedFSType: Pass bitmap of checked fs types as unsigned

2022-09-05 Thread Peter Krempa
We populate the bits individualy so unsigned is the proper type. Signed-off-by: Peter Krempa --- src/util/virfile.c | 4 ++-- src/util/virfile.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/util/virfile.c b/src/util/virfile.c index ce541b8946..1def05b6c4 100644 ---