CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/10 08:43:48
Modified files:
sys/miscfs/fuse: fuse_ihash.c fuse_lookup.c fuse_vfsops.c
fuse_vnops.c fusefs_node.h
Log message:
Change the fusefs_node i_ump member name to i_fmp to better reflect
that it is a struct fusefs_mount pointer and not a struct ufsmount
pointer. There is also no need to cast it each time.
OK claudio@
