From f73adff737c8fd3ab797de35bf1463359ce801cd Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Wed, 23 Jul 2014 12:52:03 +1000 Subject: [PATCH] ctdb-locking: Update a comment Signed-off-by: Amitay Isaacs Reviewed-by: Volker Lendecke --- ctdb/server/ctdb_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctdb/server/ctdb_lock.c b/ctdb/server/ctdb_lock.c index 174779d66cc..7d34830bc4c 100644 --- a/ctdb/server/ctdb_lock.c +++ b/ctdb/server/ctdb_lock.c @@ -33,7 +33,7 @@ * 2. Once the locks are obtained, signal parent process via fd. * 3. Invoke registered callback routine with locking status. * 4. If the child process cannot get locks within certain time, - * diagnose using /proc/locks and log warning message + * execute an external script to debug. * * ctdb_lock_record() - get a lock on a record * ctdb_lock_db() - get a lock on a DB -- 2.34.1