aboutsummaryrefslogtreecommitdiffstats
path: root/fsck/quotaio_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'fsck/quotaio_tree.h')
-rw-r--r--fsck/quotaio_tree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fsck/quotaio_tree.h b/fsck/quotaio_tree.h
index 8f4dae0..b88c55c 100644
--- a/fsck/quotaio_tree.h
+++ b/fsck/quotaio_tree.h
@@ -35,6 +35,8 @@ struct qt_disk_dqdbheader {
__le32 dqdh_pad2;
} __attribute__ ((packed));
+static_assert(sizeof(struct qt_disk_dqdbheader) == 16, "");
+
struct dquot;
struct quota_handle;