projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57d276d
)
nfsd4: no, we're not going to check tags for utf8
author
J. Bruce Fields
<bfields@redhat.com>
Sat, 17 Nov 2012 02:53:58 +0000
(21:53 -0500)
committer
J. Bruce Fields
<bfields@redhat.com>
Mon, 26 Nov 2012 14:08:12 +0000
(09:08 -0500)
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4xdr.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfsd/nfs4xdr.c
b/fs/nfsd/nfs4xdr.c
index 406d0c4620f61afb69030446804ec90186135935..9dfad585d413ec449502a5c44076af7f6c7c2b1c 100644
(file)
--- 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);