diff options
Diffstat (limited to 'fs/nfs/nfs4xdr.c')
-rw-r--r-- | fs/nfs/nfs4xdr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c index 3e0fe9f92e7c..7d3ba1ff787c 100644 --- a/fs/nfs/nfs4xdr.c +++ b/fs/nfs/nfs4xdr.c | |||
@@ -906,7 +906,6 @@ static void encode_compound_hdr(struct xdr_stream *xdr, | |||
906 | * but this is not required as a MUST for the server to do so. */ | 906 | * but this is not required as a MUST for the server to do so. */ |
907 | hdr->replen = RPC_REPHDRSIZE + auth->au_rslack + 3 + hdr->taglen; | 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 | BUG_ON(hdr->taglen > NFS4_MAXTAGLEN); | 909 | BUG_ON(hdr->taglen > NFS4_MAXTAGLEN); |
911 | p = reserve_space(xdr, 4 + hdr->taglen + 8); | 910 | p = reserve_space(xdr, 4 + hdr->taglen + 8); |
912 | p = xdr_encode_opaque(p, hdr->tag, hdr->taglen); | 911 | p = xdr_encode_opaque(p, hdr->tag, hdr->taglen); |