diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-10-14 18:51:07 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-10-14 18:51:07 +0000 |
| commit | 072199cd578da1b2b89df933f9465e13634abad2 (patch) | |
| tree | fac3d6a88c62a16f8c416882e9a391f5afda33e6 /sys/gnu | |
| parent | 40715905a7b8fa9fb0fd2489bf2b062f33e3fd39 (diff) | |
Notes
Diffstat (limited to 'sys/gnu')
| -rw-r--r-- | sys/gnu/ext2fs/ext2_ihash.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/gnu/ext2fs/ext2_ihash.c b/sys/gnu/ext2fs/ext2_ihash.c index e536e1ef27513..8d41313ef5718 100644 --- a/sys/gnu/ext2fs/ext2_ihash.c +++ b/sys/gnu/ext2fs/ext2_ihash.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ufs_ihash.c 8.7 (Berkeley) 5/17/95 - * $Id: ufs_ihash.c,v 1.9 1997/10/12 20:26:21 phk Exp $ + * $Id: ufs_ihash.c,v 1.10 1997/10/14 18:46:47 phk Exp $ */ #include <sys/param.h> @@ -144,6 +144,7 @@ ufs_ihashrem(ip) { simple_lock(&ufs_ihash_slock); if (ip->i_flags & IN_HASHED) { + ip->i_flags &= ~IN_HASHED; LIST_REMOVE(ip, i_hash); #ifdef DIAGNOSTIC ip->i_hash.le_next = NULL; |
