From 2ec1f92c42c6bf40bc043b9061bec092e4447496 Mon Sep 17 00:00:00 2001 From: tianzy Date: Fri, 1 Aug 2008 04:42:29 +0000 Subject: [PATCH] Branch b1_8 add lquota operations in operation table b=16304 i=zhenyu.xu i=tianzy --- lustre/include/lustre/lustre_idl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/include/lustre/lustre_idl.h b/lustre/include/lustre/lustre_idl.h index 4e1bdfc..9e6823d 100644 --- a/lustre/include/lustre/lustre_idl.h +++ b/lustre/include/lustre/lustre_idl.h @@ -2062,7 +2062,9 @@ extern int quota_copy_qdata(void *request, struct qunit_data *qdata, typedef enum { QUOTA_DQACQ = 601, QUOTA_DQREL = 602, + QUOTA_LAST_OPC } quota_cmd_t; +#define QUOTA_FIRST_OPC QUOTA_DQACQ enum fld_rpc_opc { -- 1.8.3.1