On a Monday in 2022, Peter Krempa wrote:
The filesystem type magic constant was added for the 'quobyte'
shared
filesystem in commit 451094bd153 but is present neither in the kernel
sources nor in coreutils which we've historically used as source of
information.
I'm afraid the constant is some downstream magic number:
https://listman.redhat.com/archives/libvir-list/2019-July/187233.html
Since the code dealing with FUSE-based filesystems doesn't need
the
constand we can remove it and the now-dead check for it.
*constant
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/util/virfile.c | 6 ------
1 file changed, 6 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano