diff options
| author | Raghavendra G <rgowdapp@redhat.com> | 2016-04-25 17:16:42 +0530 | 
|---|---|---|
| committer | Raghavendra G <rgowdapp@redhat.com> | 2016-04-26 01:24:12 -0700 | 
| commit | 007dce0c7093a8534dd23340a38a8ce3cf3cd048 (patch) | |
| tree | b9c580a039f0c2b542d5fd009fd88571b5575d7a /xlators/storage/posix/src/posix-messages.h | |
| parent | 9996f95b28b3782887b7c233cdc0ba686c38b245 (diff) | |
storage/posix: change the conflicting msg-id
Change-Id: I11b2ffb73b2358380771921548fa2c51da6ad93f
BUG: 1323040
Signed-off-by: Raghavendra G <rgowdapp@redhat.com>
Reviewed-on: http://review.gluster.org/14062
Reviewed-by: N Balachandran <nbalacha@redhat.com>
Smoke: Gluster Build System <jenkins@build.gluster.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Poornima G <pgurusid@redhat.com>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'xlators/storage/posix/src/posix-messages.h')
| -rw-r--r-- | xlators/storage/posix/src/posix-messages.h | 6 | 
1 files changed, 4 insertions, 2 deletions
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  | 
