aboutsummaryrefslogtreecommitdiffstats
path: root/c09.patch
diff options
Diffstat (limited to 'c09.patch')
-rw-r--r--c09.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/c09.patch b/c09.patch
index bf2461b55dd8f1..fddbb2df18e919 100644
--- a/c09.patch
+++ b/c09.patch
@@ -1,3 +1,19 @@
+From foo@baz Tue Jun 6 14:48:27 CEST 2017
+Date: Tue, 06 Jun 2017 14:48:27 +0200
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: pktcdvd: use class_groups instead of class_attrs
+
+The class_attrs pointer is long depreciated, and is about to be finally
+removed, so move to use the class_groups pointer instead.
+
+Cc: <linux-block@vger.kernel.org>
+Cc: Jens Axboe <axboe@fb.com>
+Cc: Hannes Reinecke <hare@suse.com>
+Cc: Jan Kara <jack@suse.cz>
+Cc: Mike Christie <mchristi@redhat.com>
+Cc: Bart Van Assche <Bart.VanAssche@sandisk.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/block/pktcdvd.c | 35 +++++++++++++++++------------------
1 file changed, 17 insertions(+), 18 deletions(-)