aboutsummaryrefslogtreecommitdiffstats
path: root/c06.patch
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-06 15:20:25 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-06 15:20:25 +0200
commit45b73d99c1db274964d8f1abc21150ac33989d6e (patch)
tree5a5a5981f72ebbb292cea62950a78d198efaea98 /c06.patch
parent6e287ace225948565fdcbe3c5cc75d3843af79d0 (diff)
downloadpatches-45b73d99c1db274964d8f1abc21150ac33989d6e.tar.gz
add headers to c??.patch
Diffstat (limited to 'c06.patch')
-rw-r--r--c06.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/c06.patch b/c06.patch
index 45871306c927d6..eaec8b09adb3b0 100644
--- a/c06.patch
+++ b/c06.patch
@@ -1,3 +1,16 @@
+From foo@baz Tue Jun 6 14:48:17 CEST 2017
+Date: Tue, 06 Jun 2017 14:48:17 +0200
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: zram: 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: Minchan Kim <minchan@kernel.org>
+Cc: Nitin Gupta <ngupta@vflare.org>
+Cc: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/block/zram/zram_drv.c | 26 +++++++++++++++-----------
1 file changed, 15 insertions(+), 11 deletions(-)