diff options
author | J. Bruce Fields <bfields@redhat.com> | 2012-11-17 06:53:58 +0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-11-26 18:08:12 +0400 |
commit | 447bfcc936ce28636833e89c4b82f424a291dde9 (patch) | |
tree | dcea06ad79c4aae7d3cdb1690740695b49f0f0b9 /fs/nfsd | |
parent | 57d276d71aef7d8305ff002a070cb98deb2edced (diff) | |
download | linux-447bfcc936ce28636833e89c4b82f424a291dde9.tar.xz |
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.c | 6 |
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); |