Whamcloud - gitweb
LU-11213 uapi: reserve connect flag for plain layout
[fs/lustre-release.git] / lustre / ptlrpc / wiretest.c
index b3fbc19..c4fa761 100644 (file)
@@ -1342,6 +1342,8 @@ void lustre_assert_wire_constants(void)
                 OBD_CONNECT2_LSOM);
        LASSERTF(OBD_CONNECT2_PCC == 0x1000ULL, "found 0x%.16llxULL\n",
                 OBD_CONNECT2_PCC);
+       LASSERTF(OBD_CONNECT2_PLAIN_LAYOUT == 0x2000ULL, "found 0x%.16llxULL\n",
+                OBD_CONNECT2_PLAIN_LAYOUT);
        LASSERTF(OBD_CKSUM_CRC32 == 0x00000001UL, "found 0x%.8xUL\n",
                (unsigned)OBD_CKSUM_CRC32);
        LASSERTF(OBD_CKSUM_ADLER == 0x00000002UL, "found 0x%.8xUL\n",