Whamcloud - gitweb
- If the DLM server returns ELDLM_LOCK_ABORTED, pass that status up to the
authorpschwan <pschwan>
Sun, 23 Jun 2002 19:13:44 +0000 (19:13 +0000)
committerpschwan <pschwan>
Sun, 23 Jun 2002 19:13:44 +0000 (19:13 +0000)
commit13c84f1514db1fdeacd361f63737ba86718f36e2
tree7fdc4af839e14c4bc00e301451862364c59cd017
parent487dab18f28a36982059c823103993123876778e
- If the DLM server returns ELDLM_LOCK_ABORTED, pass that status up to the
caller
- If ldlm_cli_enqueue returns ELDLM_LOCK_ABORTED, set it->it_lock_mode to 0 to
avoid doing a decref on a non-existent lock
- Add a couple debugging messages
lustre/ldlm/ldlm_request.c
lustre/llite/dcache.c
lustre/mdc/mdc_request.c