CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/09/11 02:29:55
Modified files:
sys/ufs/ufs : ufs_ihash.c
Log message:
While I can understand that ext2fs is using ufs_ihashget() I'm still
flabbergasted by the abuse from fuse.
For whatever dumb reason fuse uses the ufs inode instead of having its
own much simpler struct. Again this is a workaround to not crash when
fuse is used.
OK beck@
