bug#8091: fiemap_capable_ misbehaves in a chroot
filesystem supports fiemap when it doesn't, so the tests that use it fail. I'm not sure at this point whether df -t is doing the wrong thing or fiemap_capable_ is using it incorrectly. Any thoughts? Thanks very much, -- Adam Sampson <http://offog.org/>
Incorrect use of USE_XATTR in coreutils-8.4
E_XATTR to "yes" if attr support is enabled, but copy.c and cp.c use "#if USE_XATTR"/"#if !USE_XATTR" to test it. The attached patch changes these to use #ifdef/#ifndef, which makes the testsuite pass for me. Thanks, -- Adam Sampson <http