From 301dc3462bd9c93b86c38f6d3e92f8f159852241 Mon Sep 17 00:00:00 2001 From: rread Date: Tue, 29 Oct 2002 00:27:07 +0000 Subject: [PATCH] sacrifice 80 the column margin on one line for the broader goal of compiling on older versions of gcc. --- lustre/include/linux/lustre_net.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/include/linux/lustre_net.h b/lustre/include/linux/lustre_net.h index e82a3e1..c8da853 100644 --- a/lustre/include/linux/lustre_net.h +++ b/lustre/include/linux/lustre_net.h @@ -166,8 +166,8 @@ struct ptlrpc_request { #define DEBUG_REQ(level, req, fmt, args...) \ do { \ CDEBUG(level, \ - "@@@ " fmt " req x"LPD64"/t"LPD64" o%d->%s:%d lens %d/%d fl %x\n", \ - ## args, req->rq_xid, req->rq_transno, \ + "@@@ " fmt " req x"LPD64"/t"LPD64" o%d->%s:%d lens %d/%d fl %x\n" , ## args, \ + req->rq_xid, req->rq_transno, \ req->rq_reqmsg ? req->rq_reqmsg->opc : -1, \ req->rq_connection ? (char *)req->rq_connection->c_remote_uuid : "", \ (req->rq_import && req->rq_import->imp_client) ? \ -- 1.8.3.1