From 0dcd5b2feeeec7c29bd2454d6ad950d094d02b0f Mon Sep 17 00:00:00 2001 From: Xavier Hernandez Date: Mon, 16 Oct 2017 13:57:59 +0200 Subject: cluster/ec: create eager-lock option for non-regular files A new option is added to allow independent configuration of eager locking for regular files and non-regular files. Change-Id: I8f80e46d36d8551011132b15c0fac549b7fb1c60 BUG: 1502610 Signed-off-by: Xavier Hernandez --- libglusterfs/src/globals.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libglusterfs/src') diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h index 1fc9b562b9b..cbf36a9a6ae 100644 --- a/libglusterfs/src/globals.h +++ b/libglusterfs/src/globals.h @@ -91,6 +91,8 @@ #define GD_OP_VERSION_3_12_2 31202 /* Op-version for GlusterFS 3.12.2 */ +#define GD_OP_VERSION_3_12_3 31203 /* Op-version for GlusterFS 3.12.3 */ + #define GD_OP_VERSION_3_13_0 31300 /* Op-version for GlusterFS 3.13.0 */ #define GD_OP_VERSION_4_0_0 40000 /* Op-version for GlusterFS 4.0.0 */ -- cgit