[pnfs] CVS: nfsv4

Benny Halevy Panasas bhalevy at citi.umich.edu
Thu Feb 1 21:34:06 EST 2007


CVSROOT:	/cvs
Module name:	nfsv4
Changes by:	bhalevy at citi.umich.edu	2007/02/01 21:34:06

Modified files:
	cvs/pnfs/fs/nfsd: nfs4proc.c 

Log message:
uniquify compound_op debug statement in order to help
reading the debug output when there's parallelism

Index: fs/nfsd/nfs4proc.c
===================================================================
RCS file: /cvs/nfsv4/cvs/pnfs/fs/nfsd/nfs4proc.c,v
retrieving revision 1.28
diff -d -u -p -r1.28 nfs4proc.c
--- fs/nfsd/nfs4proc.c	1 Feb 2007 20:42:26 -0000	1.28
+++ fs/nfsd/nfs4proc.c	2 Feb 2007 02:31:42 -0000
@@ -1043,7 +1043,7 @@ nfsd4_proc_compound(struct svc_rqst *rqs
while (!status && resp->opcnt < args->opcnt) {
op = &args->ops[resp->opcnt++];

-		dprintk("nfsv4 compound op #%d: %d\n", resp->opcnt, op->opnum);
+		dprintk("nfsv4 compound op %p #%d: %d\n", args->ops, resp->opcnt, op->opnum);

/*
* The XDR decode routines may have pre-set op->status;



More information about the pNFS mailing list