projects
/
unionfs-2.6.38.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a647f0d
)
nfsd4: our filesystems are normally case sensitive
author
J. Bruce Fields
<bfields@redhat.com>
Tue, 5 Jun 2012 20:52:06 +0000
(16:52 -0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 9 Aug 2012 15:31:40 +0000
(08:31 -0700)
commit
2930d381d22b9c56f40dd4c63a8fa59719ca2c3c
upstream.
Actually, xfs and jfs can optionally be case insensitive; we'll handle
that case in later patches.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfsd/nfs4xdr.c
patch
|
blob
|
history
diff --git
a/fs/nfsd/nfs4xdr.c
b/fs/nfsd/nfs4xdr.c
index 74c00bc92b9af6b01e95e55c119b90d61fbf9d34..283d15e9f46d8374a4777784ed329b4a91e61650 100644
(file)
--- a/
fs/nfsd/nfs4xdr.c
+++ b/
fs/nfsd/nfs4xdr.c
@@
-2233,7
+2233,7
@@
out_acl:
if (bmval0 & FATTR4_WORD0_CASE_INSENSITIVE) {
if ((buflen -= 4) < 0)
goto out_resource;
- WRITE32(
1
);
+ WRITE32(
0
);
}
if (bmval0 & FATTR4_WORD0_CASE_PRESERVING) {
if ((buflen -= 4) < 0)