aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/lfs
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1997-10-14 18:46:48 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1997-10-14 18:46:48 +0000
commit40715905a7b8fa9fb0fd2489bf2b062f33e3fd39 (patch)
tree080b3c86cf2ecbc4594958debb6f39464725e590 /sys/ufs/lfs
parent4475598f18d71838caaa881ce94f778d8dc91c1a (diff)
I think my previous change may have opened a race conditio.
This patch does the same thing, with no change in semantics.
Notes
Notes: svn path=/head/; revision=30418
Diffstat (limited to 'sys/ufs/lfs')
-rw-r--r--sys/ufs/lfs/lfs_alloc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/ufs/lfs/lfs_alloc.c b/sys/ufs/lfs/lfs_alloc.c
index 19cd4f8c8a7b..797d0ba780e3 100644
--- a/sys/ufs/lfs/lfs_alloc.c
+++ b/sys/ufs/lfs/lfs_alloc.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)lfs_alloc.c 8.7 (Berkeley) 5/14/95
- * $Id: lfs_alloc.c,v 1.15 1997/08/02 14:33:19 bde Exp $
+ * $Id: lfs_alloc.c,v 1.16 1997/10/14 14:22:29 phk Exp $
*/
#include "opt_quota.h"
@@ -223,8 +223,6 @@ lfs_vfree(ap)
/* Get the inode number and file system. */
ip = VTOI(ap->a_pvp);
- /* Remove the inode from its hash chain */
- ufs_ihashrem(ip);
fs = ip->i_lfs;
ino = ip->i_number;
if (ip->i_flag & IN_MODIFIED) {