Identify the FD hold by parent process
authorZegang <zegang.luo@qq.com>
Wed, 8 Jan 2025 06:50:30 +0000 (14:50 +0800)
committerBernd Schubert <bernd@bsbernd.com>
Mon, 10 Feb 2025 15:56:45 +0000 (16:56 +0100)
commitd7246542dbe1ece84b88013843dc7a9bb9c81b6f
treecdd77ebadc11d746c5899dc0a50794fd71a3a3fd
parent1d134a0ccf8fe95ceb1ea3cdd723cb30c5cfcdf1
Identify the FD hold by parent process

Issue:
There is no directly way to get the FD
hold by parent process which asked do fuse mount.

Use Case:
For auto_unmount case, identify the FD can easy to close
the FD and make automatically unmount manually and explicitly.
The FD[1] can be got via getenv(FUSE_COMMFD2_ENV).
One potential use case is to satisfy FD-Leak checks.

Solution:
Add an extra env _FUSE_COMMFD2 to store the FD.
This will provide a easy way to get the FD via FUSE_COMMFD2_ENV.

Signed-off-by: Zegang Luo <zegang.luo@qq.com>
lib/mount.c