Whamcloud - gitweb
again merge b_devel to b_eq: 20031014
authorericm <ericm>
Tue, 14 Oct 2003 10:41:30 +0000 (10:41 +0000)
committerericm <ericm>
Tue, 14 Oct 2003 10:41:30 +0000 (10:41 +0000)
lustre/ptlrpc/lproc_ptlrpc.c

index 2734990..0ff90b6 100644 (file)
@@ -49,7 +49,7 @@ struct ll_rpc_opcode {
         { OST_STATFS,       "ost_statfs" },
         { OST_SAN_READ,     "ost_san_read" },
         { OST_SAN_WRITE,    "ost_san_write" },
-        { OST_SYNCFS,       "ost_syncfs" },
+        { OST_SYNC,         "ost_sync" },
         { OST_SET_INFO,     "ost_set_info" },
         { MDS_GETATTR,      "mds_getattr" },
         { MDS_GETATTR_NAME, "mds_getattr_name" },
@@ -63,6 +63,7 @@ struct ll_rpc_opcode {
         { MDS_GETLOVINFO,   "mds_getlovinfo" },
         { MDS_PIN,          "mds_pin" },
         { MDS_UNPIN,        "mds_unpin" },
+        { MDS_SYNC,         "mds_sync" },
         { LDLM_ENQUEUE,     "ldlm_enqueue" },
         { LDLM_CONVERT,     "ldlm_convert" },
         { LDLM_CANCEL,      "ldlm_cancel" },