Connector: Set the CN_NETLINK_USERS correctly

The CN_NETLINK_USERS must be set to the highest valid index +1.
Thanks to Evgeniy for pointing this out.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Cc: stable <stable@kernel.org> [.39]
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
K. Y. Srinivasan 2011-05-17 15:25:37 -07:00 committed by Greg Kroah-Hartman
parent 1312ba40c0
commit ea2c00095c
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
#define CN_VAL_DRBD 0x1 #define CN_VAL_DRBD 0x1
#define CN_KVP_IDX 0x9 /* HyperV KVP */ #define CN_KVP_IDX 0x9 /* HyperV KVP */
#define CN_NETLINK_USERS 9 #define CN_NETLINK_USERS 10 /* Highest index + 1 */
/* /*
* Maximum connector's message size. * Maximum connector's message size.