From 4ae9b60709eab93e5c481167f52ceedc9682fc2e Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 28 Apr 2005 20:00:21 +0000 Subject: [PATCH] Branch: b1_4 Placeholders for constants already defined in b_cray. --- lustre/include/linux/lustre_idl.h | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/lustre/include/linux/lustre_idl.h b/lustre/include/linux/lustre_idl.h index 3b904ff..fa43c97 100644 --- a/lustre/include/linux/lustre_idl.h +++ b/lustre/include/linux/lustre_idl.h @@ -499,6 +499,8 @@ typedef enum { REINT_UNLINK = 4, REINT_RENAME = 5, REINT_OPEN = 6, +// REINT_CLOSE = 7, +// REINT_WRITE = 8, REINT_MAX } mds_reint_t; @@ -787,13 +789,15 @@ typedef enum { LCK_PR = 4, LCK_CW = 8, LCK_CR = 16, - LCK_NL = 32 + LCK_NL = 32, +// LCK_GROUP = 64, } ldlm_mode_t; typedef enum { LDLM_PLAIN = 10, LDLM_EXTENT = 11, LDLM_FLOCK = 12, +// LDLM_IBITS = 13, LDLM_MAX_TYPE } ldlm_type_t; @@ -1142,10 +1146,10 @@ static inline struct ll_fid *obdo_fid(struct obdo *oa) /* qutoa */ struct qunit_data { - __u32 qd_id; - __u32 qd_type; - __u32 qd_count; - __u32 qd_isblk; /* indicating if it's block quota */ + __u32 qd_id; + __u32 qd_type; + __u32 qd_count; + __u32 qd_isblk; /* indicating if it's block quota */ }; extern void lustre_swab_qdata(struct qunit_data *d); -- 1.8.3.1