Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c351f943 authored by Chuck Lever's avatar Chuck Lever Committed by Anna Schumaker
Browse files

xprtrdma: Update dprintk in rpcrdma_count_chunks



Clean up: offset and handle should be zero-filled, just like in the
chunk encoders.

Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
Signed-off-by: default avatarAnna Schumaker <Anna.Schumaker@Netapp.com>
parent 2f6922ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -786,7 +786,7 @@ rpcrdma_count_chunks(struct rpcrdma_rep *rep, int wrchunk, __be32 **iptrp)
		ifdebug(FACILITY) {
		ifdebug(FACILITY) {
			u64 off;
			u64 off;
			xdr_decode_hyper((__be32 *)&seg->rs_offset, &off);
			xdr_decode_hyper((__be32 *)&seg->rs_offset, &off);
			dprintk("RPC:       %s: chunk %d@0x%llx:0x%x\n",
			dprintk("RPC:       %s: chunk %d@0x%016llx:0x%08x\n",
				__func__,
				__func__,
				be32_to_cpu(seg->rs_length),
				be32_to_cpu(seg->rs_length),
				(unsigned long long)off,
				(unsigned long long)off,