Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71571
b: refs/heads/master
c: 8f18c13
h: refs/heads/master
i:
  71569: defd23a
  71567: dd22954
v: v3
  • Loading branch information
Steve French committed Oct 12, 2007
1 parent 27465da commit 8f22960
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: 297647c21f11dc1449f9bdb1601ae43e951bba0b
refs/heads/master: 8f18c1316b71df76bb7076c392134864a18636c1
4 changes: 2 additions & 2 deletions trunk/fs/cifs/cifsacl.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ int compare_sids(struct cifs_sid *ctsid, struct cifs_sid *cwsid)

static void parse_ace(struct cifs_ace *pace, char *end_of_acl)
{
int i;
int num_subauth;

/* validate that we do not go past end of acl */
Expand All @@ -145,6 +144,7 @@ static void parse_ace(struct cifs_ace *pace, char *end_of_acl)
num_subauth = cpu_to_le32(pace->num_subauth);
if (num_subauth) {
#ifdef CONFIG_CIFS_DEBUG2
int i;
cFYI(1, ("ACE revision %d num_subauth %d",
pace->revision, pace->num_subauth));
for (i = 0; i < num_subauth; ++i) {
Expand Down Expand Up @@ -255,7 +255,6 @@ static void parse_dacl(struct cifs_acl *pdacl, char *end_of_acl)

static int parse_sid(struct cifs_sid *psid, char *end_of_acl)
{
int i;
int num_subauth;

/* BB need to add parm so we can store the SID BB */
Expand All @@ -269,6 +268,7 @@ static int parse_sid(struct cifs_sid *psid, char *end_of_acl)
num_subauth = cpu_to_le32(psid->num_subauth);
if (num_subauth) {
#ifdef CONFIG_CIFS_DEBUG2
int i;
cFYI(1, ("SID revision %d num_auth %d First subauth 0x%x",
psid->revision, psid->num_subauth, psid->sub_auth[0]));

Expand Down

0 comments on commit 8f22960

Please sign in to comment.