From: Jinshan Xiong Date: Fri, 3 Aug 2012 19:18:03 +0000 (-0700) Subject: LU-1710 general: add LVB type connect flag X-Git-Tag: 2.2.93~31 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=68234a15f0ca73b035f91e5bcc9399ca0bca1287 LU-1710 general: add LVB type connect flag LVB type will be used for nanoseconds and layout lock. Reserve this connect flag to prevent collision. Signed-off-by: Jinshan Xiong Change-Id: I76f6b8fc8be2d98b8b80f15e69b36ea50b9d7a7d Reviewed-on: http://review.whamcloud.com/3528 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Johann Lombardi --- diff --git a/lustre/include/lustre/lustre_idl.h b/lustre/include/lustre/lustre_idl.h index f02cc2c..beeaf4b 100644 --- a/lustre/include/lustre/lustre_idl.h +++ b/lustre/include/lustre/lustre_idl.h @@ -1158,6 +1158,8 @@ extern void lustre_swab_ptlrpc_body(struct ptlrpc_body *pb); #define OBD_CONNECT_NANOSECOND_TIMES 0x200000000000ULL /* nanosec resolution * timestamps supported */ +#define OBD_CONNECT_LVB_TYPE 0x400000000000ULL /* variable type of LVB */ + /* XXX README XXX: * Please DO NOT add flag values here before first ensuring that this same * flag value is not in use on some other branch. Please clear any such