Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288861
b: refs/heads/master
c: 4f03a2c
h: refs/heads/master
i:
  288859: 3cff0a1
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Feb 2, 2012
1 parent 9687689 commit 9690c59
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bd1d462e13b278fc57752d0b9b15040e60e561a0
refs/heads/master: 4f03a2c934894f30a64d397df8c7c4de129c5b30
3 changes: 0 additions & 3 deletions trunk/drivers/hv/hv_kvp.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@
* the KVP user-mode component.
*/

#define CN_KVP_VAL 0x1 /* This supports queries from the kernel */
#define CN_KVP_USER_VAL 0x2 /* This supports queries from the user */

enum hv_ku_op {
KVP_REGISTER = 0, /* Register the user mode component */
KVP_KERNEL_GET, /* Kernel is requesting the value */
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/connector.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#define CN_IDX_DRBD 0x8
#define CN_VAL_DRBD 0x1
#define CN_KVP_IDX 0x9 /* HyperV KVP */
#define CN_KVP_VAL 0x1 /* queries from the kernel */

#define CN_NETLINK_USERS 10 /* Highest index + 1 */

Expand Down
4 changes: 0 additions & 4 deletions trunk/tools/hv/hv_kvp_daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,11 @@
#include <syslog.h>

/*
* KYS: TODO. Need to register these in the kernel.
*
* The following definitions are shared with the in-kernel component; do not
* change any of this without making the corresponding changes in
* the KVP kernel component.
*/
#define CN_KVP_IDX 0x9 /* MSFT KVP functionality */
#define CN_KVP_VAL 0x1 /* This supports queries from the kernel */
#define CN_KVP_USER_VAL 0x2 /* This supports queries from the user */

/*
* KVP protocol: The user mode component first registers with the
Expand Down

0 comments on commit 9690c59

Please sign in to comment.