From 222b39c283e3fd7823ad95ccc58ae94e76b63237 Mon Sep 17 00:00:00 2001 From: Cary Coutant Date: Sat, 2 Dec 2017 09:56:40 -0800 Subject: Handle case where posix_fallocate is not supported for a filesystem. 2017-12-02 Vladimir Kondratyev Cary Coutant gold/ PR gold/22540 * output.cc (gold_fallocate): Trivial return for len == 0. Add fallback options when posix_fallocate and fallocate return not-supported errors. --- gold/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gold/ChangeLog') diff --git a/gold/ChangeLog b/gold/ChangeLog index 59dd8d5e4a..e0048b54cc 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,11 @@ +2017-12-02 Vladimir Kondratyev + Cary Coutant + + PR gold/22540 + * output.cc (gold_fallocate): Trivial return for len == 0. + Add fallback options when posix_fallocate and fallocate return + not-supported errors. + 2017-12-01 Cary Coutant PR gold/21090 -- cgit v1.2.3