File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -882,7 +882,7 @@ typedef struct smb_com_open_rsp {
882
882
__u8 OplockLevel ;
883
883
__u16 Fid ;
884
884
__le32 CreateAction ;
885
- struct_group (common_attributes ,
885
+ struct_group_attr (common_attributes , __packed ,
886
886
__le64 CreationTime ;
887
887
__le64 LastAccessTime ;
888
888
__le64 LastWriteTime ;
@@ -2266,7 +2266,7 @@ typedef struct {
2266
2266
/* QueryFileInfo/QueryPathinfo (also for SetPath/SetFile) data buffer formats */
2267
2267
/******************************************************************************/
2268
2268
typedef struct { /* data block encoding of response to level 263 QPathInfo */
2269
- struct_group (common_attributes ,
2269
+ struct_group_attr (common_attributes , __packed ,
2270
2270
__le64 CreationTime ;
2271
2271
__le64 LastAccessTime ;
2272
2272
__le64 LastWriteTime ;
Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ struct smb2_file_reparse_point_info {
320
320
} __packed ;
321
321
322
322
struct smb2_file_network_open_info {
323
- struct_group (network_open_info ,
323
+ struct_group_attr (network_open_info , __packed ,
324
324
__le64 CreationTime ;
325
325
__le64 LastAccessTime ;
326
326
__le64 LastWriteTime ;
You can’t perform that action at this time.
0 commit comments