diff options
author | J. Bruce Fields <bfields@redhat.com> | 2012-11-16 21:53:58 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-11-26 09:08:12 -0500 |
commit | 447bfcc936ce28636833e89c4b82f424a291dde9 (patch) | |
tree | dcea06ad79c4aae7d3cdb1690740695b49f0f0b9 /fs/nfsd/nfs4xdr.c | |
parent | 57d276d71aef7d8305ff002a070cb98deb2edced (diff) | |
download | op-kernel-dev-447bfcc936ce28636833e89c4b82f424a291dde9.zip op-kernel-dev-447bfcc936ce28636833e89c4b82f424a291dde9.tar.gz |
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/nfs4xdr.c')
-rw-r--r-- | fs/nfsd/nfs4xdr.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c index 406d0c4..9dfad58 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); |