Whamcloud - gitweb
add MDS_FLD to ll_rpc_opcode[]
authornikita <nikita>
Sun, 16 Apr 2006 17:46:59 +0000 (17:46 +0000)
committernikita <nikita>
Sun, 16 Apr 2006 17:46:59 +0000 (17:46 +0000)
lustre/ptlrpc/lproc_ptlrpc.c

index e59417a..e4a539d 100644 (file)
@@ -76,6 +76,7 @@ struct ll_rpc_opcode {
         { MDS_QUOTACTL,     "mds_quotactl" },
         { MDS_GETXATTR,     "mds_getxattr" },
         { MDS_SETXATTR,     "mds_setxattr" },
+        { MDS_FLD,          "mds_fld" },
         { LDLM_ENQUEUE,     "ldlm_enqueue" },
         { LDLM_CONVERT,     "ldlm_convert" },
         { LDLM_CANCEL,      "ldlm_cancel" },