Skip to content
Snippets Groups Projects
Commit 92478ce7 authored by Bobi Jam's avatar Bobi Jam
Browse files

Branch HEAD

b=14480
i=green

add doxygen doc for ldlm_flock_waitq and ldlm_flock_waitq_lock.
parent cd3387d3
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,14 @@
#define l_flock_waitq l_lru
/**
* Wait queue for Posix lock deadlock detection, added with
* ldlm_lock::l_flock_waitq.
*/
static CFS_LIST_HEAD(ldlm_flock_waitq);
/**
* Lock protecting access to ldlm_flock_waitq.
*/
spinlock_t ldlm_flock_waitq_lock = SPIN_LOCK_UNLOCKED;
int ldlm_flock_blocking_ast(struct ldlm_lock *lock, struct ldlm_lock_desc *desc,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment