aboutsummaryrefslogtreecommitdiffstats
path: root/f08.patch
diff options
Diffstat (limited to 'f08.patch')
-rw-r--r--f08.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/f08.patch b/f08.patch
index 4b356a194b0739..cae0173c15be61 100644
--- a/f08.patch
+++ b/f08.patch
@@ -1,3 +1,16 @@
+From foo@baz Mon Sep 9 14:40:42 PDT 2013
+Date: Mon, 09 Sep 2013 14:40:42 -0700
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: hv: move "client/server_monitor_pending" bus attributes to dev_groups
+
+This moves the "client_monitor_pending" and "server_monitor_pending" bus
+attributes to the dev_groups structure, removing the need for it to be in a
+temporary structure.
+
+Cc: "K. Y. Srinivasan" <kys@microsoft.com>
+Cc: Haiyang Zhang <haiyangz@microsoft.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/hv/channel.c | 4 ---
drivers/hv/vmbus_drv.c | 56 ++++++++++++++++++++++++++++++++++++++++---------