mirror of
https://github.com/openbsd/src.git
synced 2024-12-21 23:18:00 -08:00
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@
This commit is contained in:
parent
b67e94d27b
commit
7aa5115960
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: ufs_ihash.c,v 1.30 2024/09/11 08:29:55 claudio Exp $ */
|
||||
/* $OpenBSD: ufs_ihash.c,v 1.31 2024/12/03 14:41:45 claudio Exp $ */
|
||||
/* $NetBSD: ufs_ihash.c,v 1.3 1996/02/09 22:36:04 christos Exp $ */
|
||||
|
||||
/*
|
||||
@ -109,16 +109,6 @@ loop:
|
||||
* the previously committed vdoom() or this should be
|
||||
* dealt with so this can't happen.
|
||||
*/
|
||||
#ifdef FUSE
|
||||
/*
|
||||
* XXX for whatever stupid reason fuse decided to
|
||||
* use ufs inodes and with this ufs_ihashget.
|
||||
* fuse needs to grow up and use its own inode
|
||||
* structure and hash.
|
||||
*/
|
||||
if (vp->v_tag == VT_FUSEFS)
|
||||
return (vp);
|
||||
#endif
|
||||
if (VTOI(vp) != ip ||
|
||||
((
|
||||
#ifdef EXT2FS
|
||||
|
Loading…
Reference in New Issue
Block a user