commit | 63d2583f5a1a0b72fea3f2171f23f0ca8fa556ec | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Mon Nov 05 21:46:10 2007 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Mon Nov 05 21:46:10 2007 +0000 |
tree | b9dab1514976c462f2d3528f86dd6c3e46fca745 | |
parent | f1d662a7d5e5322e583aad6b3cfec03d8f27b435 [diff] [blame] |
[CIFS] Fix walking out end of cifs dacl Acked-by: Shirish Pargaonkar <shirishp@us.ibm.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/cifsacl.h b/fs/cifs/cifsacl.h index 30b0caf..93a7c34 100644 --- a/fs/cifs/cifsacl.h +++ b/fs/cifs/cifsacl.h
@@ -35,6 +35,9 @@ #define UBITSHIFT 6 #define GBITSHIFT 3 +#define ACCESS_ALLOWED 0 +#define ACCESS_DENIED 1 + struct cifs_ntsd { __le16 revision; /* revision level */ __le16 type;