diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml index 3156cc7c10..373b8de09a 100644 --- a/doc/src/sgml/release-11.sgml +++ b/doc/src/sgml/release-11.sgml @@ -514,14 +514,15 @@ Branch: REL9_4_STABLE [ede6b1962] 2019-02-25 00:02:56 +1300 --> Tolerate EINVAL and ENOSYS - error results, where appropriate, for fsync calls (Thomas Munro, - James Sewell) + error results, where appropriate, for fsync + and sync_file_range calls + (Thomas Munro, James Sewell) - The previous change to panic on fsync failures turns out to have - been excessively paranoid for certain cases where a failure is - predictable and essentially means operation not + The previous change to panic on file synchronization failures turns + out to have been excessively paranoid for certain cases where a + failure is predictable and essentially means operation not supported.