Whamcloud - gitweb
LU-13903 uapi: fixup UAPI headers for native Linux client.
[fs/lustre-release.git] / lustre / ptlrpc / wiretest.c
index bcd8a08..02352d6 100644 (file)
@@ -2049,10 +2049,10 @@ void lustre_assert_wire_constants(void)
        LASSERTF((int)sizeof(union lquota_id) == 16, "found %lld\n",
                 (long long)(int)sizeof(union lquota_id));
 
-       LASSERTF(QUOTABLOCK_BITS == 10, "found %lld\n",
-                (long long)QUOTABLOCK_BITS);
-       LASSERTF(QUOTABLOCK_SIZE == 1024, "found %lld\n",
-                (long long)QUOTABLOCK_SIZE);
+       LASSERTF(QIF_DQBLKSIZE_BITS == 10, "found %lld\n",
+                (long long)QIF_DQBLKSIZE_BITS);
+       LASSERTF(QIF_DQBLKSIZE == 1024, "found %lld\n",
+                (long long)QIF_DQBLKSIZE);
 
        /* Checks for struct obd_quotactl */
        LASSERTF((int)sizeof(struct obd_quotactl) == 112, "found %lld\n",