Skip to content

Commit

Permalink
[CIFS] Minor cleanup to new cifs acl header.
Browse files Browse the repository at this point in the history
Signed-off-by: Steve French <sfrench@us.ibm.com>
  • Loading branch information
Steve French committed Jan 9, 2006
1 parent fdf7f2e commit a6230af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fs/cifs/cifsacl.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ struct cifs_sid {
const cifs_sid sid_everyone = {1, 1, {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0}};
/* group users */
const cifs_sid sid_user = {1, 2 , {0, 0, 0, 0, 0, 5}, {32, 545, 0, 0}};

#endif /* _CIFSACL_H */

0 comments on commit a6230af

Please sign in to comment.