summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
diff options
context:
space:
mode:
authorJ. Bruce Fields2012-11-17 03:53:58 +0100
committerJ. Bruce Fields2012-11-26 15:08:12 +0100
commit447bfcc936ce28636833e89c4b82f424a291dde9 (patch)
treedcea06ad79c4aae7d3cdb1690740695b49f0f0b9 /fs/nfsd
parentnfsd: fix v4 reply caching (diff)
downloadkernel-qcow2-linux-447bfcc936ce28636833e89c4b82f424a291dde9.tar.gz
kernel-qcow2-linux-447bfcc936ce28636833e89c4b82f424a291dde9.tar.xz
kernel-qcow2-linux-447bfcc936ce28636833e89c4b82f424a291dde9.zip
nfsd4: no, we're not going to check tags for utf8
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd')
-rw-r--r--fs/nfsd/nfs4xdr.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c
index 406d0c4620f6..9dfad585d413 100644
--- a/fs/nfsd/nfs4xdr.c
+++ b/fs/nfsd/nfs4xdr.c
@@ -1595,12 +1595,6 @@ nfsd4_decode_compound(struct nfsd4_compoundargs *argp)
bool cachethis = false;
int i;
- /*
- * XXX: According to spec, we should check the tag
- * for UTF-8 compliance. I'm postponing this for
- * now because it seems that some clients do use
- * binary tags.
- */
READ_BUF(4);
READ32(argp->taglen);
READ_BUF(argp->taglen + 8);