From 74267d652485cdcb711f734f0d80da0fb1495867 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 5 Feb 2010 21:02:24 -0800 Subject: s3-brlock: we don't need these MSG_SMB_UNLOCK calls now These have been replaced with the min timeout in blocking.c --- source3/lib/ctdbd_conn.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source3/lib') diff --git a/source3/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c index 84bba3bea3..8ddb12a765 100644 --- a/source3/lib/ctdbd_conn.c +++ b/source3/lib/ctdbd_conn.c @@ -542,15 +542,7 @@ static NTSTATUS ctdb_handle_message(uint8_t *buf, size_t length, messaging_send(conn->msg_ctx, procid_self(), MSG_SMB_BRL_VALIDATE, &data_blob_null); - /* - * it's possible that we have just rejoined the cluster after - * an outage. In that case our pending locks could have been - * removed from the lockdb, so retry them once more - */ - message_send_all(conn->msg_ctx, MSG_SMB_UNLOCK, NULL, 0, NULL); - TALLOC_FREE(buf); - return NT_STATUS_OK; } -- cgit