From: Timothy Day Date: Wed, 17 Jul 2024 18:24:10 +0000 (+0000) Subject: LU-16011 lnet: remove LBUG() in srpc_client_rpc_expired() X-Git-Tag: 2.15.65~49 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F85%2F55785%2F2;p=fs%2Flustre-release.git LU-16011 lnet: remove LBUG() in srpc_client_rpc_expired() We shouldn't crash just because an RPC expired. Fixes: e5026380 ("LU-16011 lnet: use preallocate bulk for server") Test-Parameters: trivial Test-Parameters: testgroup=review-ldiskfs-arm testlist=sanity-lnet,lnet-selftest Signed-off-by: Timothy Day Change-Id: Ia4e9bf7f688b2920c91444f57f7a7da2b1f89a67 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55785 Tested-by: jenkins Tested-by: Maloo Reviewed-by: James Simmons Reviewed-by: Chris Horn Reviewed-by: Oleg Drokin --- diff --git a/lnet/selftest/rpc.c b/lnet/selftest/rpc.c index 153f0e8..d2893b8 100644 --- a/lnet/selftest/rpc.c +++ b/lnet/selftest/rpc.c @@ -1100,7 +1100,6 @@ srpc_client_rpc_expired (void *data) rpc->crpc_service, libcfs_id2str(rpc->crpc_dest), rpc->crpc_timeout); - LBUG(); spin_lock(&rpc->crpc_lock); rpc->crpc_timeout = 0;