@@ -123,6 +123,7 @@
"unknown", /* 0x200 */
"selinux_policy", /* 0x400 */
"lsom", /* 0x800 */
+ "pcc", /* 0x1000 */
NULL
};
@@ -1148,6 +1148,8 @@ void lustre_assert_wire_constants(void)
OBD_CONNECT2_SELINUX_POLICY);
LASSERTF(OBD_CONNECT2_LSOM == 0x800ULL, "found 0x%.16llxULL\n",
OBD_CONNECT2_LSOM);
+ LASSERTF(OBD_CONNECT2_PCC == 0x1000ULL, "found 0x%.16llxULL\n",
+ OBD_CONNECT2_PCC);
LASSERTF(OBD_CKSUM_CRC32 == 0x00000001UL, "found 0x%.8xUL\n",
(unsigned int)OBD_CKSUM_CRC32);
LASSERTF(OBD_CKSUM_ADLER == 0x00000002UL, "found 0x%.8xUL\n",
@@ -807,6 +807,7 @@ struct ptlrpc_body_v2 {
#define OBD_CONNECT2_ARCHIVE_ID_ARRAY 0x100ULL /* store HSM archive_id in array */
#define OBD_CONNECT2_SELINUX_POLICY 0x400ULL /* has client SELinux policy */
#define OBD_CONNECT2_LSOM 0x800ULL /* LSOM support */
+#define OBD_CONNECT2_PCC 0x1000ULL /* Persistent Client Cache */
/* XXX README XXX:
* Please DO NOT add flag values here before first ensuring that this same