Skip to content

Commit

Permalink
add defines for two new file attributes
Browse files Browse the repository at this point in the history
Signed-off-by: Steve French <[email protected]>
Reviewed-by: Shirish Pargaonkar <[email protected]>
  • Loading branch information
smfrench committed Oct 16, 2014
1 parent 0429fbc commit 7332297
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fs/cifs/smb2pdu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7332297

Please sign in to comment.