]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linux(4): Add F_GETPIPE_SZ fcntl operation which returns the capacity
authorDmitry Chagin <dchagin@FreeBSD.org>
Mon, 31 May 2021 19:15:02 +0000 (22:15 +0300)
committerDmitry Chagin <dchagin@FreeBSD.org>
Mon, 31 May 2021 19:15:02 +0000 (22:15 +0300)
commita06c12464bb49750c6b113c971e2770408ce422a
treedcbb082c7d774f4114429397a9de27af7c016dae
parent19593f775c23623571cac4cf638996f5c11e91f4
linux(4): Add F_GETPIPE_SZ fcntl operation which returns the capacity
of the pipe referred by fd.

Differential Revision: https://reviews.freebsd.org/D30517
MFC after: 2 weeks
sys/compat/linux/linux_file.c