From: nikita Date: Sun, 16 Apr 2006 17:46:59 +0000 (+0000) Subject: add MDS_FLD to ll_rpc_opcode[] X-Git-Tag: v1_8_0_110~486^2~1984 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=4842542879607197be9a76f555db25d1c6ab1581;p=fs%2Flustre-release.git add MDS_FLD to ll_rpc_opcode[] --- diff --git a/lustre/ptlrpc/lproc_ptlrpc.c b/lustre/ptlrpc/lproc_ptlrpc.c index e59417a..e4a539d 100644 --- a/lustre/ptlrpc/lproc_ptlrpc.c +++ b/lustre/ptlrpc/lproc_ptlrpc.c @@ -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" },