ufs_ihashget() is also used by the ext2fs code but the DIP() makro does
authorclaudio <claudio@openbsd.org>
Tue, 10 Sep 2024 12:14:26 +0000 (12:14 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 10 Sep 2024 12:14:26 +0000 (12:14 +0000)
commit675768db7d0235ae28763456e2f61ee38bb15b3f
treea97ea851590ab8590494d69303ceea2fa30bc4c0
parente386eeb169001ba40fb5933f7e7f4e432772e268
ufs_ihashget() is also used by the ext2fs code but the DIP() makro does
not handle that. So for now add an ugly hack here to support ext2fs.
This fixes access to ext2fs after the last commit. A better fix can be
implemented in tree.
Reported and OK anton@
sys/ufs/ufs/ufs_ihash.c