freebsd-dev/sbin/ggate
Mark Johnston 0a01415e6e ggated(8): Avoid doubly opening the requested disk device.
- Initialize the disk device fd field in connection_new().
- Close the disk device after handing the connection over
  to a child worker.
- Avoid re-opening a disk device for each connection from
  the same client, avoiding an fd leak.

PR:		132845
Submitted by:	Yoshihiro Ota <ota@j.email.ne.jp>
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D26168
2020-08-31 15:59:17 +00:00
..
ggatec various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
ggated ggated(8): Avoid doubly opening the requested disk device. 2020-08-31 15:59:17 +00:00
ggatel various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
shared Fix typo not -> nor and add 'the' because we are talking about specific flags 2019-09-06 15:01:47 +00:00
Makefile
Makefile.inc