K 10 svn:author V 6 brooks K 8 svn:date V 27 2017-11-13T01:45:12.905492Z K 7 svn:log V 325 Merge from src and upstream LLVM: lld: accept EINVAL to indicate posix_fallocate is unsupported As of r325320 posix_fallocate on a ZFS filesystem returns EINVAL to indicate that the operation is not supported. (I think this is a strange choice of errno on the part of POSIX.) PR: 223383, 223440 Reported by: Mark Millard END