From: Jérémie Galarneau Date: Tue, 26 Nov 2019 20:41:26 +0000 (-0500) Subject: relayd: Don't bypass the fd tracker when closing file descriptors X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=d43da0fe92772f5733e856d8c101fe689ae26698;hp=d43da0fe92772f5733e856d8c101fe689ae26698 relayd: Don't bypass the fd tracker when closing file descriptors There is no reason to close all file descriptors at this point in the relay daemon as we know for a fact that the only open fds are stdout and stderr. If the relayd was to depend on a library that opens other file descriptors, it would be unadvisable to perform this kind of bulk closing of all possible file descriptors. Signed-off-by: Jérémie Galarneau Change-Id: I8ff134094b16dfb6c1aeb875431fdbd4f608eebd ---