CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/12/03 07:41:45
Modified files: sys/ufs/ufs : ufs_ihash.c Log message: Remove the FUSE hack in ufs_ihashget() it is no longer needed. FUSE switched away from the horrible ufs inode abuse and so this is no longer reached. OK millert@ tb@ miod@