projects
/
GitHub
/
moto-9609
/
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:
0429fbc
)
add defines for two new file attributes
author
Steve French
<smfrench@gmail.com>
Wed, 24 Sep 2014 00:25:42 +0000
(19:25 -0500)
committer
Steve French
<smfrench@gmail.com>
Thu, 16 Oct 2014 20:20:19 +0000
(15:20 -0500)
Signed-off-by: Steve French <smfrench@gmail.com>
Reviewed-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
fs/cifs/smb2pdu.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/cifs/smb2pdu.h
b/fs/cifs/smb2pdu.h
index fbe486c285a90aff757a43569330fb32c9bbb50d..e3188abdafd0e144be62064fb7ee47c5e2575dc6 100644
(file)
--- a/
fs/cifs/smb2pdu.h
+++ b/
fs/cifs/smb2pdu.h
@@
-352,6
+352,8
@@
struct smb2_tree_disconnect_rsp {
#define FILE_ATTRIBUTE_OFFLINE 0x00001000
#define FILE_ATTRIBUTE_NOT_CONTENT_INDEXED 0x00002000
#define FILE_ATTRIBUTE_ENCRYPTED 0x00004000
+#define FILE_ATTRIBUTE_INTEGRITY_STREAM 0x00008000
+#define FILE_ATTRIBUTE_NO_SCRUB_DATA 0x00020000
/* Oplock levels */
#define SMB2_OPLOCK_LEVEL_NONE 0x00