From: J. Bruce Fields Date: Sat, 17 Nov 2012 02:53:58 +0000 (-0500) Subject: nfsd4: no, we're not going to check tags for utf8 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=447bfcc936ce28636833e89c4b82f424a291dde9;p=linux-beck.git nfsd4: no, we're not going to check tags for utf8 Signed-off-by: J. Bruce Fields --- 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);