Whamcloud - gitweb
Branch HEAD
authorvitaly <vitaly>
Wed, 9 Apr 2008 20:21:48 +0000 (20:21 +0000)
committervitaly <vitaly>
Wed, 9 Apr 2008 20:21:48 +0000 (20:21 +0000)
commit4fcbc3b43b69a7290d3add3f08d3504fc4b75425
treec350894a8a3209319b45fd76ab85dd0259802f6c
parentc98f3957388a55f88f9a3656a1970c56d56166e3
Branch HEAD
b=14661
i=green
i=shadow

-- remove BL_AST lock from lru once we mark the lock as a such;
-- do not place BL_AST lock into lru even if the lock is matched and put later;
   => no BL_AST locks in lru at all;
-- CANCELING locks are not so numerous, but to avoid its traversal by another
   thread another time, drop them from the unused list once come them across.
lustre/ldlm/ldlm_lock.c
lustre/ldlm/ldlm_lockd.c
lustre/ldlm/ldlm_request.c