From 3719151092d79048ae04770a2b93a85e1397fac4 Mon Sep 17 00:00:00 2001 From: tappro Date: Wed, 18 Oct 2006 21:43:01 +0000 Subject: [PATCH] - remove unused semaphore --- lustre/include/lustre_fld.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lustre/include/lustre_fld.h b/lustre/include/lustre_fld.h index d3780ee..4f84e06 100644 --- a/lustre/include/lustre_fld.h +++ b/lustre/include/lustre_fld.h @@ -142,9 +142,6 @@ struct lu_client_fld { /* Lock protecting exports list and fld_hash. */ spinlock_t lcf_lock; - /* Protect fld req + cache modification. */ - struct semaphore lcf_sem; - /* Client FLD cache. */ struct fld_cache *lcf_cache; -- 1.8.3.1