From caf82c40bad951b21f667925edf30d7209cff085 Mon Sep 17 00:00:00 2001 From: rread Date: Fri, 14 Nov 2003 20:52:11 +0000 Subject: [PATCH] - remove reference to lgd_len, which has disappeared --- lustre/ptlrpc/llog_client.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/ptlrpc/llog_client.c b/lustre/ptlrpc/llog_client.c index 996dca8..e9b196d 100644 --- a/lustre/ptlrpc/llog_client.c +++ b/lustre/ptlrpc/llog_client.c @@ -125,7 +125,6 @@ static int llog_client_next_block(struct llog_handle *loghandle, body->lgd_cur_offset = *cur_offset; body->lgd_index = next_idx; body->lgd_saved_index = *cur_idx; - body->lgd_len = len; repsize[1] = len; req->rq_replen = lustre_msg_size(2, repsize); -- 1.8.3.1