Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97135
b: refs/heads/master
c: e10f7b5
h: refs/heads/master
i:
  97133: d8bfe6d
  97131: 17239a7
  97127: 6b84a2a
  97119: 42f37d4
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed May 14, 2008
1 parent b8509c2 commit df4858a
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 77c57ec89682c73785d12d51a6d1f873b292fa42
refs/heads/master: e10f7b551d2a79b113d5ce66b5dc9f3657035445
6 changes: 5 additions & 1 deletion trunk/fs/cifs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ static inline int cifs_convert_flags(unsigned int flags)
return (GENERIC_READ | GENERIC_WRITE);
}

return 0x20197;
return (READ_CONTROL | FILE_WRITE_ATTRIBUTES | FILE_READ_ATTRIBUTES |
FILE_WRITE_EA | FILE_APPEND_DATA | FILE_WRITE_DATA |
FILE_READ_DATA);


}

static inline int cifs_get_disposition(unsigned int flags)
Expand Down

0 comments on commit df4858a

Please sign in to comment.