locking: Do not use RECLOCK for tracking DB locks and latencies
authorAmitay Isaacs <amitay@gmail.com>
Wed, 14 Nov 2012 04:51:59 +0000 (15:51 +1100)
committerAmitay Isaacs <amitay@gmail.com>
Wed, 14 Nov 2012 04:51:59 +0000 (15:51 +1100)
commit54e24a151d2163954e5a2a1c0f41a2b5c19ae44b
tree1c446c4cc4be1d65cda3e38eef403b96e9ba5261
parent718233c445cd6627ab3962b6565c2655f1f8efd0
locking: Do not use RECLOCK for tracking DB locks and latencies

RECLOCK is for recovery lock in CTDB. Do not override the meaning for
tracking locks on databases.  Database lock latency has nothing to do
with recovery lock latency.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
include/ctdb_private.h
server/ctdb_lock.c