From: rread Date: Fri, 14 Nov 2003 20:52:11 +0000 (+0000) Subject: - remove reference to lgd_len, which has disappeared X-Git-Tag: v1_7_0_51~2^7~243 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=caf82c40bad951b21f667925edf30d7209cff085;p=fs%2Flustre-release.git - remove reference to lgd_len, which has disappeared --- 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);