nfsd4: our filesystems are normally case sensitive
commit 2930d381d2 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>
This commit is contained in:
parent
073271315c
commit
9d0ed6ec04
1 changed files with 1 additions and 1 deletions
|
|
@ -2010,7 +2010,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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue