[pnfs] [PATCH 07/10] [nfs41-2.6.25] nfs41: fix debug print in nfs4_proc_create_session

Benny Halevy bhalevy at panasas.com
Thu Mar 20 12:22:30 EDT 2008


Signed-off-by: Benny Halevy <bhalevy at panasas.com>
---
 fs/nfs/nfs4proc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index 4870f67..e07b413 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -4826,7 +4826,7 @@ int nfs4_proc_create_session(struct nfs_client *clp,
 
 	dprintk("%s client>seqid %d\n", __func__, clp->cl_seqid);
 	ptr = (int *)session->sess_id;
-	dprintk("sessionid is: %d:%d:%d:%d\n", ptr[0], ptr[1], ptr[2], ptr[3]);
+	dprintk("sessionid is: %u:%u:%u:%u\n", ptr[0], ptr[1], ptr[2], ptr[3]);
 
 	/* Get the lease time */
 	status = nfs4_proc_get_lease_time(clp, session, &fsinfo);
-- 
1.5.3.3



More information about the pNFS mailing list