mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 22:51:35 +00:00
[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
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user