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 | |
parent | 57d276d71aef7d8305ff002a070cb98deb2edced (diff) |
nfsd4: no, we're not going to check tags for utf8
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs')
-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 406d0c4620f..9dfad585d41 100644 --- a/fs/nfsd/nfs4xdr.c +++ b/fs/nfsd/nfs4xdr.c | |||
@@ -1595,12 +1595,6 @@ nfsd4_decode_compound(struct nfsd4_compoundargs *argp) | |||
1595 | bool cachethis = false; | 1595 | bool cachethis = false; |
1596 | int i; | 1596 | int i; |
1597 | 1597 | ||
1598 | /* | ||
1599 | * XXX: According to spec, we should check the tag | ||
1600 | * for UTF-8 compliance. I'm postponing this for | ||
1601 | * now because it seems that some clients do use | ||
1602 | * binary tags. | ||
1603 | */ | ||
1604 | READ_BUF(4); | 1598 | READ_BUF(4); |
1605 | READ32(argp->taglen); | 1599 | READ32(argp->taglen); |
1606 | READ_BUF(argp->taglen + 8); | 1600 | READ_BUF(argp->taglen + 8); |