fix type of owner_id in QUOTA_O_INDEX_DATA

edge.strict_endians
szaka 2005-11-01 20:18:27 +00:00
parent 1a40e3d4cd
commit c21d01fe7f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
/**