From ee466bf3faef29d9dbb3b302a0f03a4f848d9e13 Mon Sep 17 00:00:00 2001 From: pravins Date: Tue, 11 Nov 2008 06:46:29 +0000 Subject: [PATCH] b=16461 i=h.huang i=umka 1.8 compact fld interop patch for compact fld which will be landed to head. this patch changes lustre client so that it does not send fld update to mds from client as required for compact fld approach. --- lustre/ptlrpc/lproc_ptlrpc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/ptlrpc/lproc_ptlrpc.c b/lustre/ptlrpc/lproc_ptlrpc.c index 1aaafe3..2720061 100644 --- a/lustre/ptlrpc/lproc_ptlrpc.c +++ b/lustre/ptlrpc/lproc_ptlrpc.c @@ -115,7 +115,6 @@ struct ll_rpc_opcode { { LLOG_CATINFO, "llog_catinfo" }, { LLOG_ORIGIN_HANDLE_PREV_BLOCK, "llog_origin_handle_prev_block" }, { LLOG_ORIGIN_HANDLE_DESTROY, "llog_origin_handle_destroy" }, - { FLD_QUERY, "fld_query" }, { QUOTA_DQACQ, "quota_acquire" }, { QUOTA_DQREL, "quota_release" }, { SEQ_QUERY, "seq_query" }, -- 1.8.3.1