From 007dce0c7093a8534dd23340a38a8ce3cf3cd048 Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Mon, 25 Apr 2016 17:16:42 +0530 Subject: storage/posix: change the conflicting msg-id Change-Id: I11b2ffb73b2358380771921548fa2c51da6ad93f BUG: 1323040 Signed-off-by: Raghavendra G Reviewed-on: http://review.gluster.org/14062 Reviewed-by: N Balachandran Smoke: Gluster Build System NetBSD-regression: NetBSD Build System Reviewed-by: Poornima G CentOS-regression: Gluster Build System --- xlators/storage/posix/src/posix-messages.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'xlators/storage/posix/src/posix-messages.h') diff --git a/xlators/storage/posix/src/posix-messages.h b/xlators/storage/posix/src/posix-messages.h index b5472aded91..ba6bf2c43ac 100644 --- a/xlators/storage/posix/src/posix-messages.h +++ b/xlators/storage/posix/src/posix-messages.h @@ -45,7 +45,7 @@ */ #define POSIX_COMP_BASE GLFS_MSGID_COMP_POSIX -#define GLFS_NUM_MESSAGES 109 +#define GLFS_NUM_MESSAGES 110 #define GLFS_MSGID_END (POSIX_COMP_BASE + GLFS_NUM_MESSAGES + 1) /* Messaged with message IDs */ #define glfs_msg_start_x POSIX_COMP_BASE, "Invalid: Start of messages" @@ -928,6 +928,7 @@ #define P_MSG_PREOP_CHECK_FAILED (POSIX_COMP_BASE + 109) + /*! * @messageid * @diagnosis @@ -935,7 +936,8 @@ * */ -#define P_MSG_LEASE_DISABLED (POSIX_COMP_BASE + 109) +#define P_MSG_LEASE_DISABLED (POSIX_COMP_BASE + 110) + /*! * @messageid * @diagnosis -- cgit