projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdf7f2e
)
[CIFS] Minor cleanup to new cifs acl header.
author
Steve French
<sfrench@us.ibm.com>
Mon, 9 Jan 2006 04:04:55 +0000
(20:04 -0800)
committer
Steve French
<sfrench@us.ibm.com>
Mon, 9 Jan 2006 04:04:55 +0000
(20:04 -0800)
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsacl.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/cifs/cifsacl.h
b/fs/cifs/cifsacl.h
index 4cfcdf2e63043ba087aab75e2ae85d4ad3247c23..d152ff50ea8c398c6b1212d8840f89827e7e0d4f 100644
(file)
--- a/
fs/cifs/cifsacl.h
+++ b/
fs/cifs/cifsacl.h
@@
-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 */