[pnfs] CVS: nfsv4

Benny Halevy Panasas bhalevy at citi.umich.edu
Mon Jan 29 07:12:37 EST 2007


CVSROOT:	/cvs
Module name:	nfsv4
Changes by:	bhalevy at citi.umich.edu	2007/01/29 07:12:37

Modified files:
	cvs/pnfs/fs/nfs: nfs4xdr.c 

Log message:
Add terminating newline to debug message

Signed-off-by: Benny Halevy <bhalevy at panasas.com>

Index: fs/nfs/nfs4xdr.c
===================================================================
RCS file: /cvs/nfsv4/cvs/pnfs/fs/nfs/nfs4xdr.c,v
retrieving revision 1.30
diff -d -u -p -r1.30 nfs4xdr.c
--- fs/nfs/nfs4xdr.c	24 Jan 2007 20:20:20 -0000	1.30
+++ fs/nfs/nfs4xdr.c	29 Jan 2007 12:04:44 -0000
@@ -3274,7 +3274,7 @@ static int nfs41_xdr_enc_fs_locations(st
#define READ_BUF(nbytes)  do { \
p = xdr_inline_decode(xdr, nbytes); \
if (!p) { \
-		printk(KERN_WARNING "%s: reply buffer overflowed in line %d.", \
+		printk(KERN_WARNING "%s: reply buffer overflowed in line %d.\n", \
__FUNCTION__, __LINE__); \
return -EIO; \
} \



More information about the pNFS mailing list