From: rread Date: Tue, 29 Oct 2002 00:27:07 +0000 (+0000) Subject: sacrifice 80 the column margin on one line for the broader goal of compiling on X-Git-Tag: v1_7_100~4383 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=301dc3462bd9c93b86c38f6d3e92f8f159852241;p=fs%2Flustre-release.git sacrifice 80 the column margin on one line for the broader goal of compiling on older versions of gcc. --- 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) ? \