Whamcloud - gitweb
LU-1710 general: add LVB type connect flag
authorJinshan Xiong <jinshan.xiong@whamcloud.com>
Fri, 3 Aug 2012 19:18:03 +0000 (12:18 -0700)
committerAndreas Dilger <adilger@whamcloud.com>
Mon, 6 Aug 2012 16:09:16 +0000 (12:09 -0400)
LVB type will be used for nanoseconds and layout lock. Reserve this
connect flag to prevent collision.

Signed-off-by: Jinshan Xiong <jinshan.xiong@intel.com>
Change-Id: I76f6b8fc8be2d98b8b80f15e69b36ea50b9d7a7d
Reviewed-on: http://review.whamcloud.com/3528
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Johann Lombardi <johann@whamcloud.com>
lustre/include/lustre/lustre_idl.h

index f02cc2c..beeaf4b 100644 (file)
@@ -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_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
 /* 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