diff options
Diffstat (limited to 'include/linux/gfs2_ondisk.h')
-rw-r--r-- | include/linux/gfs2_ondisk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/gfs2_ondisk.h b/include/linux/gfs2_ondisk.h index 028f9810ba07..9ecf92941b23 100644 --- a/include/linux/gfs2_ondisk.h +++ b/include/linux/gfs2_ondisk.h | |||
@@ -502,7 +502,7 @@ struct gfs2_quota_change_host { | |||
502 | 502 | ||
503 | struct gfs2_quota_lvb { | 503 | struct gfs2_quota_lvb { |
504 | __be32 qb_magic; | 504 | __be32 qb_magic; |
505 | u32 __pad; | 505 | __u32 __pad; |
506 | __be64 qb_limit; /* Hard limit of # blocks to alloc */ | 506 | __be64 qb_limit; /* Hard limit of # blocks to alloc */ |
507 | __be64 qb_warn; /* Warn user when alloc is above this # */ | 507 | __be64 qb_warn; /* Warn user when alloc is above this # */ |
508 | __be64 qb_value; /* Current # blocks allocated */ | 508 | __be64 qb_value; /* Current # blocks allocated */ |