On Thu Feb 15 16:00:32 2024 +0000, Zebediah Figura wrote:
FWIW there is get_path_from_fd() already in the server.
I took a look, but I'm not sure how helpful that is since I'll have to still check for __linux__ anyway because I need readlink to get the actual file's path, not the symlink in procfs. It also would incur an extra allocation that we can avoid on the symlink's path.