CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/19 02:12:38
Modified files:
sys/miscfs/fuse: fuse_device.c
Log message:
Implement reference counting for fd. There may be a rare race condition
when the fuse device is closed and manages to free fd before a sleeping
thread reaches the fd->fd_fmp == NULL check.
OK claudio@
