From b1ba0f5cd78397d116ab83150b6909f7fd4a63a1 Mon Sep 17 00:00:00 2001 From: ericm Date: Tue, 25 Nov 2003 11:34:03 +0000 Subject: [PATCH] merge b_devel to b_eq: 20031125. kernel part only. --- 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 7f1264a..b42818b 100644 --- a/lustre/ptlrpc/lproc_ptlrpc.c +++ b/lustre/ptlrpc/lproc_ptlrpc.c @@ -63,6 +63,7 @@ struct ll_rpc_opcode { { MDS_PIN, "mds_pin" }, { MDS_UNPIN, "mds_unpin" }, { MDS_SYNC, "mds_sync" }, + { MDS_DONE_WRITING, "mds_done_writing" }, { LDLM_ENQUEUE, "ldlm_enqueue" }, { LDLM_CONVERT, "ldlm_convert" }, { LDLM_CANCEL, "ldlm_cancel" }, -- 1.8.3.1