From c045a0459210ab2e44dac405dd066afc0aa34f52 Mon Sep 17 00:00:00 2001 From: adilger Date: Sat, 26 Oct 2002 23:58:10 +0000 Subject: [PATCH] One lock too many. --- lustre/obdfilter/filter.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/obdfilter/filter.c b/lustre/obdfilter/filter.c index 8e11ab3..fd523ae 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -384,7 +384,6 @@ static struct file *filter_obj_open(struct obd_export *export, atomic_inc(&fdd->fdd_open_count); } else { atomic_set(&fdd->fdd_open_count, 1); - spin_lock_init(&filter->fo_fddlock); fdd->fdd_flags = 0; /* If this is racy, then we can use {cmp}xchg and atomic_add */ file->f_dentry->d_fsdata = fdd; -- 1.8.3.1