From 69c0d930d673f3595e6092d676cbb7a0c461d18f Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Fri, 16 Nov 2012 21:53:58 -0500 Subject: [PATCH] --- yaml --- r: 347671 b: refs/heads/master c: 447bfcc936ce28636833e89c4b82f424a291dde9 h: refs/heads/master i: 347669: 7cde73bbbb0bbd9573a05e7dcb80518c06e76a0a 347667: 2982fadc72bb9c7c1f3e2a42f675cc03d957f0f2 347663: 4e7d559aa5644748ed0eb0b513423c303fcd5866 v: v3 --- [refs] | 2 +- trunk/fs/nfsd/nfs4xdr.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/[refs] b/[refs] index fd11019fe90a..a3cc3fe66dff 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 57d276d71aef7d8305ff002a070cb98deb2edced +refs/heads/master: 447bfcc936ce28636833e89c4b82f424a291dde9 diff --git a/trunk/fs/nfsd/nfs4xdr.c b/trunk/fs/nfsd/nfs4xdr.c index 406d0c4620f6..9dfad585d413 100644 --- a/trunk/fs/nfsd/nfs4xdr.c +++ b/trunk/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);