Whamcloud - gitweb
CLIO posts ENQUEUE requests asynchronously through ptlrpcd---a case that stock
authornikita <nikita>
Sat, 18 Oct 2008 15:49:01 +0000 (15:49 +0000)
committernikita <nikita>
Sat, 18 Oct 2008 15:49:01 +0000 (15:49 +0000)
commit35a470166f52c78bcff2ca9d932956d63199baf5
tree1e5118077337317fb1b47998633d147c887613ff
parent997572f6c8c3ea5f5c829810d342ee76d7437f7c
CLIO posts ENQUEUE requests asynchronously through ptlrpcd---a case that stock
ldlm_completion_ast() cannot handle as it waits until lock is
granted. Introduce new ldlm_completion_ast_async() for this. Also comment
ldlm_completion_ast().
b=16450
lustre/ChangeLog
lustre/include/lustre_dlm.h
lustre/ldlm/ldlm_lockd.c
lustre/ldlm/ldlm_request.c