From 9e5dc2243c30593817bc400a8dc9de013053713f Mon Sep 17 00:00:00 2001 From: scjody Date: Tue, 30 May 2006 16:09:20 +0000 Subject: [PATCH] Branch b1_5 r=adilger Move #define OBD_CONNECT_EMPTY to the end for consistency. --- lustre/include/lustre/lustre_idl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/include/lustre/lustre_idl.h b/lustre/include/lustre/lustre_idl.h index 56f88e3..599c485 100644 --- a/lustre/include/lustre/lustre_idl.h +++ b/lustre/include/lustre/lustre_idl.h @@ -254,9 +254,10 @@ extern void lustre_swab_ptlrpc_body(struct ptlrpc_body *pb); #define OBD_CONNECT_JOIN 0x2000ULL /* files can be concatenated */ #define OBD_CONNECT_ATTRFID 0x4000ULL /* Server supports GetAttr By Fid */ #define OBD_CONNECT_NODEVOH 0x8000ULL /* No open handle for special nodes */ -#define OBD_CONNECT_EMPTY 0x80000000ULL /* fake: these are empty connect flags*/ #define OBD_CONNECT_RMT_CLIENT 0x10000ULL /* Remote client */ +#define OBD_CONNECT_EMPTY 0x80000000ULL /* fake: these are empty connect flags*/ + /* also update obd_connect_names[] for lprocfs_rd_connect_flags() */ #define MDS_CONNECT_SUPPORTED (OBD_CONNECT_RDONLY | OBD_CONNECT_VERSION | \ -- 1.8.3.1