NFS: Reduce debugging noise from encode_compound_hdr
authorChuck Lever <chuck.lever@oracle.com>
Fri, 2 Mar 2012 21:58:56 +0000 (16:58 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 2 Mar 2012 22:18:10 +0000 (17:18 -0500)
commit54b50af089552bae368502e35dead67e81129b8d
tree8590bf9a496926cbd2e4678442650b1d4a1c6a1e
parent264e6351c59d22303582c45d79f0a5735f51d8d1
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>
fs/nfs/nfs4xdr.c