diff options
Diffstat (limited to 'c06.patch')
| -rw-r--r-- | c06.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/c06.patch b/c06.patch index ed57a0e858cdb4..d639cf4f9734ed 100644 --- a/c06.patch +++ b/c06.patch @@ -4,7 +4,7 @@ --- a/drivers/block/zram/zram_drv.c +++ b/drivers/block/zram/zram_drv.c -@@ -1372,6 +1372,13 @@ static int zram_remove(struct zram *zram +@@ -1276,6 +1276,13 @@ static int zram_remove(struct zram *zram } /* zram-control sysfs attributes */ @@ -18,7 +18,7 @@ static ssize_t hot_add_show(struct class *class, struct class_attribute *attr, char *buf) -@@ -1386,6 +1393,7 @@ static ssize_t hot_add_show(struct class +@@ -1290,6 +1297,7 @@ static ssize_t hot_add_show(struct class return ret; return scnprintf(buf, PAGE_SIZE, "%d\n", ret); } @@ -26,7 +26,7 @@ static ssize_t hot_remove_store(struct class *class, struct class_attribute *attr, -@@ -1416,23 +1424,19 @@ static ssize_t hot_remove_store(struct c +@@ -1320,23 +1328,19 @@ static ssize_t hot_remove_store(struct c mutex_unlock(&zram_index_mutex); return ret ? ret : count; } |
