From: pschwan Date: Wed, 16 Oct 2002 01:50:56 +0000 (+0000) Subject: Bump the sanity-max to 1000, since we have way, way more than 50 X-Git-Tag: v1_7_100~4521 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=9c946d2f98df41d92f4e2e12dabc1233bef3b099;hp=da9fe9a9db237f8996cfe0c5bab5c11b9fe8057f;p=fs%2Flustre-release.git Bump the sanity-max to 1000, since we have way, way more than 50 connections on MCR. --- diff --git a/lustre/ptlrpc/recovd.c b/lustre/ptlrpc/recovd.c index d8ace91..02df21a 100644 --- a/lustre/ptlrpc/recovd.c +++ b/lustre/ptlrpc/recovd.c @@ -33,7 +33,7 @@ static void d_c_l(struct list_head *head) CDEBUG(D_HA, " %p = %s (%d/%d)\n", conn, conn->c_remote_uuid, conn->c_recovd_data.rd_phase, conn->c_recovd_data.rd_next_phase); - if (sanity++ > 50) + if (sanity++ > 1000) LBUG(); } }