diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-09-09 14:44:13 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-09-09 14:44:13 -0700 |
| commit | 3686af12e2a752e4e8bf3288e45fc600acecfae7 (patch) | |
| tree | 27e36db2719e0da92e3f90b49020ed889616f787 /f01.patch | |
| parent | 16dfea5d8528f5ae8137306ff9e1d637946696d4 (diff) | |
| download | patches-3686af12e2a752e4e8bf3288e45fc600acecfae7.tar.gz | |
started to document the f??.patch files
Diffstat (limited to 'f01.patch')
| -rw-r--r-- | f01.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/f01.patch b/f01.patch index cb285aa67315cb..141bc857968b3e 100644 --- a/f01.patch +++ b/f01.patch @@ -1,3 +1,20 @@ +From foo@baz Mon Sep 9 14:28:31 PDT 2013 +Date: Mon, 09 Sep 2013 14:28:31 -0700 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: hv: use dev_groups for device attributes + +This patch is the first in a series that moves the hv bus code to use the +dev_groups field instead of dev_attrs, as dev_attrs is going away in future +kernel releases. + +It moves the id sysfs file to the dev_groups structure, and creates the needed +show/store functions, instead of relying on one "universal" function for this. +By doing this, it removes the need for this 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 | 1 - drivers/hv/vmbus_drv.c | 23 ++++++++++++++++++----- |
