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>
This commit is contained in:
parent
9996f95b28
commit
007dce0c70
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user