Skip to content

glocalfile: Support statvfs.f_type

Philip Withnall requested to merge pwithnall/glib:statvfs-type into main

This is another way to get the file system type from statvfs(), newly added in glibc 2.39 (https://lwn.net/ml/libc-alpha/38790850.J2Yia2DhmK@pinacolada/).

This hasn’t been tested with glibc 2.39 as I don’t have it, but the change seems fairly straightforward.

Signed-off-by: Philip Withnall pwithnall@gnome.org

Merge request reports