diff options
author | David Teigland <teigland@redhat.com> | 2011-03-28 14:17:26 -0500 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2011-04-01 14:19:06 -0500 |
commit | c6ff669bac5c409f4cb74366248f51b73f7d6feb (patch) | |
tree | 14c4b7dc943a7dde8fd6d80bc9d149dadc0d59b8 /fs/dlm/lock.h | |
parent | 4bcad6c1ef53a9a0224f4654ceb3b9030d0769ec (diff) | |
download | linux-3.10-c6ff669bac5c409f4cb74366248f51b73f7d6feb.tar.gz linux-3.10-c6ff669bac5c409f4cb74366248f51b73f7d6feb.tar.bz2 linux-3.10-c6ff669bac5c409f4cb74366248f51b73f7d6feb.zip |
dlm: delayed reply message warning
Add an option (disabled by default) to print a warning message
when a lock has been waiting a configurable amount of time for
a reply message from another node. This is mainly for debugging.
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/lock.h')
-rw-r--r-- | fs/dlm/lock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/dlm/lock.h b/fs/dlm/lock.h index 88e93c80cc2..265017a7c3e 100644 --- a/fs/dlm/lock.h +++ b/fs/dlm/lock.h @@ -24,6 +24,7 @@ int dlm_put_lkb(struct dlm_lkb *lkb); void dlm_scan_rsbs(struct dlm_ls *ls); int dlm_lock_recovery_try(struct dlm_ls *ls); void dlm_unlock_recovery(struct dlm_ls *ls); +void dlm_scan_waiters(struct dlm_ls *ls); void dlm_scan_timeout(struct dlm_ls *ls); void dlm_adjust_timeouts(struct dlm_ls *ls); |