https://bugs.kde.org/show_bug.cgi?id=317127

Mark Wielaard <m...@klomp.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #20 from Mark Wielaard <m...@klomp.org> ---
Patch works for me.

It is a little unfortunate that vki_statfs is arch specific.

uapi/asm-generic/statfs.h says:

/*
 * Most 64-bit platforms use 'long', while most 32-bit platforms use '__u32'.
 * Yes, they differ in signedness as well as size.
 * Special cases can override it for themselves -- except for S390x, which
 * is just a little too special for us. And MIPS, which I'm not touching
 * with a 10' pole.
 */

But I think we can make it linux-generic even without updating vki_statfs
everywhere.
We don't seem to use the new f_flags anywhere. We just need to check f_type.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to