From f58aead801ab74e24c9b794358f491f250660d41 Mon Sep 17 00:00:00 2001 From: wangdi Date: Fri, 1 Sep 2006 13:36:25 +0000 Subject: [PATCH] Branch: b_new_cmd forget a file in the last commit :( --- 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 88aad1a..0753225 100644 --- a/lustre/ptlrpc/lproc_ptlrpc.c +++ b/lustre/ptlrpc/lproc_ptlrpc.c @@ -75,6 +75,7 @@ struct ll_rpc_opcode { { MDS_QUOTACTL, "mds_quotactl" }, { MDS_GETXATTR, "mds_getxattr" }, { MDS_SETXATTR, "mds_setxattr" }, + { MDS_WRITEPAGE, "mds_writepage" }, { LDLM_ENQUEUE, "ldlm_enqueue" }, { LDLM_CONVERT, "ldlm_convert" }, { LDLM_CANCEL, "ldlm_cancel" }, -- 1.8.3.1