From 4842542879607197be9a76f555db25d1c6ab1581 Mon Sep 17 00:00:00 2001 From: nikita Date: Sun, 16 Apr 2006 17:46:59 +0000 Subject: [PATCH] add MDS_FLD to ll_rpc_opcode[] --- lustre/ptlrpc/lproc_ptlrpc.c | 1 + 1 file changed, 1 insertion(+) 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" }, -- 1.8.3.1