Whamcloud - gitweb
LU-10664 dom: non-blocking enqueue for DOM locks
[fs/lustre-release.git] / lustre / utils / wiretest.c
index ab7ad31..62f02d5 100644 (file)
@@ -1413,6 +1413,8 @@ void lustre_assert_wire_constants(void)
                 OBD_CONNECT2_GETATTR_PFID);
        LASSERTF(OBD_CONNECT2_LSEEK == 0x40000ULL, "found 0x%.16llxULL\n",
                 OBD_CONNECT2_LSEEK);
+       LASSERTF(OBD_CONNECT2_DOM_LVB == 0x80000ULL, "found 0x%.16llxULL\n",
+                OBD_CONNECT2_DOM_LVB);
        LASSERTF(OBD_CKSUM_CRC32 == 0x00000001UL, "found 0x%.8xUL\n",
                (unsigned)OBD_CKSUM_CRC32);
        LASSERTF(OBD_CKSUM_ADLER == 0x00000002UL, "found 0x%.8xUL\n",
@@ -3584,7 +3586,6 @@ void lustre_assert_wire_constants(void)
        LASSERTF((int)sizeof(((struct ldlm_inodebits *)0)->li_gid) == 8, "found %lld\n",
                 (long long)(int)sizeof(((struct ldlm_inodebits *)0)->li_gid));
 
-
        /* Checks for struct ldlm_flock_wire */
        LASSERTF((int)sizeof(struct ldlm_flock_wire) == 32, "found %lld\n",
                 (long long)(int)sizeof(struct ldlm_flock_wire));