Whamcloud - gitweb
Branch HEAD
authorbobijam <bobijam>
Sat, 6 Jun 2009 05:53:03 +0000 (05:53 +0000)
committerbobijam <bobijam>
Sat, 6 Jun 2009 05:53:03 +0000 (05:53 +0000)
commit653dc8768a885cc8132cb4b79d7cd55fe4696acc
treeaff91a04701891d0fdaef7ec3825c1e72996d8f6
parentb331e28da27b685c4cc9594175143a189f565f3b
Branch HEAD
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