While I can understand that ext2fs is using ufs_ihashget() I'm still
authorclaudio <claudio@openbsd.org>
Wed, 11 Sep 2024 08:29:55 +0000 (08:29 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 11 Sep 2024 08:29:55 +0000 (08:29 +0000)
commit5fbfb4702d738833d89525666b7698bf7f462c3f
treeffa0c34c1a7817c8aa76b8757de2f0214470159f
parente291b8af02e5c2b53d7ddb1f0c9c0fd608b97d45
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@
sys/ufs/ufs/ufs_ihash.c