[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/22540] Gold fails when output file is lying on ZFS
From: |
ccoutant at gmail dot com |
Subject: |
[Bug gold/22540] Gold fails when output file is lying on ZFS |
Date: |
Sat, 02 Dec 2017 10:22:57 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=22540
--- Comment #2 from Cary Coutant <ccoutant at gmail dot com> ---
Why the check for valid offset and length? Gold always passes 0 for offset and
a positive value for length (if not, that's a bug, I think).
Also, I'd think we should also fall through if either posix_fallocate or
fallocate returns EINVAL, ENOSYS, or EOPNOTSUPP.
--
You are receiving this mail because:
You are on the CC list for the bug.