From 5e4da179fa4770b04fd3493986416fedfe0d3d35 Mon Sep 17 00:00:00 2001 From: tappro Date: Thu, 24 Jul 2008 11:37:19 +0000 Subject: [PATCH] - land b_ver_recov --- lustre/ldlm/ldlm_lockd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/ldlm/ldlm_lockd.c b/lustre/ldlm/ldlm_lockd.c index 31c5db0..4cf02be 100644 --- a/lustre/ldlm/ldlm_lockd.c +++ b/lustre/ldlm/ldlm_lockd.c @@ -140,8 +140,8 @@ struct ldlm_bl_work_item { static inline int have_expired_locks(void) { int need_to_run; - ENTRY; + spin_lock_bh(&waiting_locks_spinlock); need_to_run = !list_empty(&expired_lock_thread.elt_expired_locks); spin_unlock_bh(&waiting_locks_spinlock); @@ -2239,7 +2239,7 @@ EXPORT_SYMBOL(target_queue_recovery_request); EXPORT_SYMBOL(target_handle_ping); EXPORT_SYMBOL(target_pack_pool_reply); EXPORT_SYMBOL(target_handle_disconnect); -EXPORT_SYMBOL(target_queue_last_replay_reply); +EXPORT_SYMBOL(target_handle_reply); /* l_lock.c */ EXPORT_SYMBOL(lock_res_and_lock); -- 1.8.3.1