Whamcloud - gitweb
sacrifice 80 the column margin on one line for the broader goal of compiling on
authorrread <rread>
Tue, 29 Oct 2002 00:27:07 +0000 (00:27 +0000)
committerrread <rread>
Tue, 29 Oct 2002 00:27:07 +0000 (00:27 +0000)
older versions of gcc.

lustre/include/linux/lustre_net.h

index e82a3e1..c8da853 100644 (file)
@@ -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) ?                        \