Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320391
b: refs/heads/master
c: 2930d38
h: refs/heads/master
i:
  320389: dd40dfe
  320387: 0510528
  320383: c042d87
v: v3
  • Loading branch information
J. Bruce Fields committed Jul 10, 2012
1 parent 759c2d7 commit e59c0ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4af825041b06c2ef9b5933288267a11e029eb360
refs/heads/master: 2930d381d22b9c56f40dd4c63a8fa59719ca2c3c
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfs4xdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2259,7 +2259,7 @@ nfsd4_encode_fattr(struct svc_fh *fhp, struct svc_export *exp,
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)
Expand Down

0 comments on commit e59c0ba

Please sign in to comment.