Whamcloud - gitweb
LU-389 update wirecheck for master
[fs/lustre-release.git] / lustre / mdc / lproc_mdc.c
index aa6ed8c..1834e82 100644 (file)
@@ -163,9 +163,11 @@ static struct lprocfs_vars lprocfs_mdc_obd_vars[] = {
         { "max_rpcs_in_flight", mdc_rd_max_rpcs_in_flight,
                                 mdc_wr_max_rpcs_in_flight, 0 },
         { "timeouts",        lprocfs_rd_timeouts,    0, 0 },
-        { "import",          lprocfs_rd_import,      0, 0 },
+        { "import",          lprocfs_rd_import,      lprocfs_wr_import, 0 },
         { "state",           lprocfs_rd_state,       0, 0 },
         { "hsm_nl",          0, mdc_wr_kuc,          0, 0, 0222 },
+        { "pinger_recov",    lprocfs_rd_pinger_recov,
+                             lprocfs_wr_pinger_recov, 0, 0 },
         { 0 }
 };