diff options
author | Steve French <sfrench@us.ibm.com> | 2006-01-08 23:04:55 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-01-08 23:04:55 -0500 |
commit | a6230af7bdffcd3837cb9fbefc17aa6aaada486c (patch) | |
tree | 2f91d33b1d025a5f9110c139f5fbb427ca37e5b3 /fs/cifs | |
parent | fdf7f2e91981938702ab2f58f44dc5685dd1bdc1 (diff) |
[CIFS] Minor cleanup to new cifs acl header.
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/cifsacl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/cifsacl.h b/fs/cifs/cifsacl.h index 4cfcdf2e6304..d152ff50ea8c 100644 --- a/fs/cifs/cifsacl.h +++ b/fs/cifs/cifsacl.h | |||
@@ -34,3 +34,5 @@ struct cifs_sid { | |||
34 | const cifs_sid sid_everyone = {1, 1, {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0}}; | 34 | const cifs_sid sid_everyone = {1, 1, {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0}}; |
35 | /* group users */ | 35 | /* group users */ |
36 | const cifs_sid sid_user = {1, 2 , {0, 0, 0, 0, 0, 5}, {32, 545, 0, 0}}; | 36 | const cifs_sid sid_user = {1, 2 , {0, 0, 0, 0, 0, 5}, {32, 545, 0, 0}}; |
37 | |||
38 | #endif /* _CIFSACL_H */ | ||