Whamcloud - gitweb
Branch b1_8
authorbobijam <bobijam>
Fri, 10 Apr 2009 01:46:15 +0000 (01:46 +0000)
committerbobijam <bobijam>
Fri, 10 Apr 2009 01:46:15 +0000 (01:46 +0000)
commitab69f3fd9152149ff2a50b4ad2733908dea06682
treeca61001f6c6dc2491516bb6f7a8561a380ffd2bc
parent1e37b665e582f6c961f9887f128e0fc4c7987713
Branch b1_8
b=18638
i=jinshan.xiong (jay)
i=andrew.perepachko (panda)

ldlm_lock_put() use RCU to call ldlm_lock_free, so need call synchronize_rcu()
to wait a grace period elapsed, so that ldlm_lock_free() get a chance to be
called.
lustre/ldlm/ldlm_lockd.c