diff options
author | 2014-12-23 11:52:23 -0400 | |
---|---|---|
committer | 2014-12-23 11:52:23 -0400 | |
commit | 73c2b97d7d5b26c43aca2432776ea1dbe10be73d (patch) | |
tree | 02fa79088e0c74a19a3ab332dd7b6dd193dfb0f8 /debian | |
parent | c80b92b61f67ade14eb54633140ff046b285469c (diff) |
Work around statfs() overflow on some XFS systems.
statfs(".", 0xffa8ad50) = -1 EOVERFLOW (Value too large for defined data type)
Ref <20141222221621.GO7251@onerussian.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 63b2adf36..6c1bad91b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ git-annex (5.20141220) UNRELEASED; urgency=medium * vicfg: Avoid crashing on badly encoded config data. + * Work around statfs() overflow on some XFS systems. -- Joey Hess <id@joeyh.name> Mon, 22 Dec 2014 15:16:38 -0400 |