Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

NFS: Reduce debugging noise from encode_compound_hdr

Get rid of

encode_compound: tag=

when XDR debugging is enabled. The current Linux client never sets
compound tags.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

authored by

Chuck Lever and committed by
Trond Myklebust
54b50af0 264e6351

-1
-1
fs/nfs/nfs4xdr.c
··· 906 906 * but this is not required as a MUST for the server to do so. */ 907 907 hdr->replen = RPC_REPHDRSIZE + auth->au_rslack + 3 + hdr->taglen; 908 908 909 - dprintk("encode_compound: tag=%.*s\n", (int)hdr->taglen, hdr->tag); 910 909 BUG_ON(hdr->taglen > NFS4_MAXTAGLEN); 911 910 p = reserve_space(xdr, 4 + hdr->taglen + 8); 912 911 p = xdr_encode_opaque(p, hdr->tag, hdr->taglen);