CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/07/09 03:10:41
Modified files:
sys/miscfs/fuse: fuse_ihash.c fuse_vfsops.c fusefs_node.h
Log message:
Use the fusefs_mount pointer instead of the fuse device as a component
of the inode hash.
This ensures that the inode hash will always be unique for each
mounted file system. Using the device numbers of the cloned /dev/fuse0
device can result in a kernel panic if the fuse device is closed
but the file system remains mounted and another fuse file system
is mounted using a recycled device minor.
OK claudio@