Whamcloud - gitweb
LU-16205 sec: reserve flag for fid2path for encrypted files
[fs/lustre-release.git] / lustre / obdclass / lprocfs_status.c
index 165281c..c61033f 100644 (file)
@@ -648,6 +648,9 @@ static const char *const obd_connect_names[] = {
        "lock_contend",                 /* 0x2000000 */
        "atomic_open_lock",             /* 0x4000000 */
        "name_encryption",              /* 0x8000000 */
+       "mkdir_replay",                 /* 0x10000000 */
+       "dmv_inherit",                  /* 0x20000000 */
+       "encryption_fid2path",          /* 0x40000000 */
        NULL
 };