From: Jérémie Galarneau Date: Thu, 30 Jan 2020 16:45:07 +0000 (-0500) Subject: relayd: track directory handles through the fd-tracker X-Git-Tag: v2.12.0-rc1~20 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=dd95933f8371a8c81ffc1dc5b306f2263f1ff808;hp=dd95933f8371a8c81ffc1dc5b306f2263f1ff808;p=lttng-tools.git relayd: track directory handles through the fd-tracker Track directory handles through the fd-tracker as unsuspendable file descriptors. New fd-tracker utils are introduced to wrap the creation and registration of the file descriptors to the fd-tracker. Note that file descriptors only need to be tracked when the dirfd-backed implementation of the directory handles is used. Signed-off-by: Jérémie Galarneau Change-Id: I754af1943f5d6f02a6219d48c8fc4b8106de1c13 ---