fix(mount): don't release file handles from FUSE Forget (#9529)
fix(mount): don't release file handles from Forget Forget(nodeid, nlookup) only decrements the kernel inode lookup count. File handle lifecycle belongs to FUSE Open/Release. Driving the FH refcount from Forget coupled two unrelated counters and could tear down a still-live handle if Forget ever raced ahead of Release. Drop the ReleaseByInode call (and the now-unused method).
C
Chris Lu committed
4d04609bb8417e1bc00a8987d1407e2a6c9d452b
Parent: 01b3e4a
Committed by GitHub <noreply@github.com>
on 5/18/2026, 8:02:58 AM