Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87931
b: refs/heads/master
c: 2b210ad
h: refs/heads/master
i:
  87929: 7cbbf25
  87927: 6089303
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Mar 30, 2008
1 parent 2b1878e commit e24dbda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7d61c4596d11d624efb4bbcbad01f9cf2b321162
refs/heads/master: 2b210adcb08c7966feeb8574cd90514f1e797ae9
4 changes: 2 additions & 2 deletions trunk/fs/cifs/cifsacl.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ static void mode_to_access_flags(umode_t mode, umode_t bits_to_use,
return;
}

static __le16 fill_ace_for_sid(struct cifs_ace *pntace,
static __u16 fill_ace_for_sid(struct cifs_ace *pntace,
const struct cifs_sid *psid, __u64 nmode, umode_t bits)
{
int i;
Expand Down Expand Up @@ -411,7 +411,7 @@ static void parse_dacl(struct cifs_acl *pdacl, char *end_of_acl,
static int set_chmod_dacl(struct cifs_acl *pndacl, struct cifs_sid *pownersid,
struct cifs_sid *pgrpsid, __u64 nmode)
{
__le16 size = 0;
u16 size = 0;
struct cifs_acl *pnndacl;

pnndacl = (struct cifs_acl *)((char *)pndacl + sizeof(struct cifs_acl));
Expand Down

0 comments on commit e24dbda

Please sign in to comment.