[CIFS] Minor cleanup to new cifs acl header.
Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
parent
fdf7f2e919
commit
a6230af7bd
1 changed files with 2 additions and 0 deletions
|
|
@ -34,3 +34,5 @@ struct cifs_sid {
|
||||||
const cifs_sid sid_everyone = {1, 1, {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0}};
|
const cifs_sid sid_everyone = {1, 1, {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0}};
|
||||||
/* group users */
|
/* group users */
|
||||||
const cifs_sid sid_user = {1, 2 , {0, 0, 0, 0, 0, 5}, {32, 545, 0, 0}};
|
const cifs_sid sid_user = {1, 2 , {0, 0, 0, 0, 0, 5}, {32, 545, 0, 0}};
|
||||||
|
|
||||||
|
#endif /* _CIFSACL_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue