diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-12-17 10:31:40 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-12-17 10:33:55 +0100 |
| commit | 70fdcbc20ad7e2c980284cabb66e9363babc61da (patch) | |
| tree | 32aa34e01204d3144213ee0a4c282bbc7542c89f /man7/unix.7 | |
| parent | ececfc732024ee905198bd4a03120e4a2d4e5084 (diff) | |
| download | man-pages-70fdcbc20ad7e2c980284cabb66e9363babc61da.tar.gz | |
unix.7: Note that the ETOOMANYREFS diagnostic may be backported to older kernels
Reported-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index 3f41ad4ccd..d04adb4f91 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -552,7 +552,8 @@ An in-flight file descriptor is one that has been sent using but has not yet been accepted in the recipient process using .BR recvmsg (2). -This error is diagnosed since Linux 4.5. +This error is diagnosed since mainline Linux 4.5 +(and in some earlier kernel versions where the fix has been backported). .\" commit 712f4aad406bb1ed67f3f98d04c044191f0ff593 In earlier kernel versions, it was possible to place an unlimited number of file descriptors in flight, |
