Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6230af7 authored by Steve French's avatar Steve French
Browse files

[CIFS] Minor cleanup to new cifs acl header.



Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent fdf7f2e9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 */