From: alex Date: Sun, 10 Jul 2005 22:12:32 +0000 (+0000) Subject: - out of date warning has been removed X-Git-Tag: 1.4.10~902 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=113af70807d342800c6647825d68fa733699636d;p=fs%2Flustre-release.git - out of date warning has been removed --- diff --git a/lustre/ptlrpc/llog_net.c b/lustre/ptlrpc/llog_net.c index 141caa0..a60767a 100644 --- a/lustre/ptlrpc/llog_net.c +++ b/lustre/ptlrpc/llog_net.c @@ -107,7 +107,6 @@ int llog_handle_connect(struct ptlrpc_request *req) req_body = lustre_msg_buf(req->rq_reqmsg, 0, sizeof(*req_body)); -#warning "FIXME: shouldn't llogs be passed directly?" ctxt = llog_get_context(&obd->obd_llogs, req_body->lgdc_ctxt_idx); rc = llog_connect(ctxt, 1, &req_body->lgdc_logid, &req_body->lgdc_gen, NULL);