aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/nfsd/nfs4xdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c
index 6c740974bfe..f91d58990b6 100644
--- a/fs/nfsd/nfs4xdr.c
+++ b/fs/nfsd/nfs4xdr.c
@@ -2010,7 +2010,7 @@ out_acl:
2010 if (bmval0 & FATTR4_WORD0_CASE_INSENSITIVE) { 2010 if (bmval0 & FATTR4_WORD0_CASE_INSENSITIVE) {
2011 if ((buflen -= 4) < 0) 2011 if ((buflen -= 4) < 0)
2012 goto out_resource; 2012 goto out_resource;
2013 WRITE32(1); 2013 WRITE32(0);
2014 } 2014 }
2015 if (bmval0 & FATTR4_WORD0_CASE_PRESERVING) { 2015 if (bmval0 & FATTR4_WORD0_CASE_PRESERVING) {
2016 if ((buflen -= 4) < 0) 2016 if ((buflen -= 4) < 0)