fix type of owner_id in QUOTA_O_INDEX_DATA
parent
1a40e3d4cd
commit
c21d01fe7f
|
@ -1899,7 +1899,7 @@ typedef struct {
|
|||
* struct QUOTA_O_INDEX_DATA -
|
||||
*/
|
||||
typedef struct {
|
||||
u64 owner_id;
|
||||
u32 owner_id;
|
||||
} __attribute__((__packed__)) QUOTA_O_INDEX_DATA;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue