aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/blockdev/zram.txt6
-rw-r--r--drivers/block/zram/Kconfig1
-rw-r--r--drivers/block/zram/zram_drv.c1
-rw-r--r--drivers/block/zram/zram_drv.h1
4 files changed, 0 insertions, 9 deletions
diff --git a/Documentation/blockdev/zram.txt b/Documentation/blockdev/zram.txt
index 765d790ae831..2eccddffa6c8 100644
--- a/Documentation/blockdev/zram.txt
+++ b/Documentation/blockdev/zram.txt
@@ -1,8 +1,6 @@
1zram: Compressed RAM based block devices 1zram: Compressed RAM based block devices
2---------------------------------------- 2----------------------------------------
3 3
4Project home: http://compcache.googlecode.com/
5
6* Introduction 4* Introduction
7 5
8The zram module creates RAM based block devices named /dev/zram<id> 6The zram module creates RAM based block devices named /dev/zram<id>
@@ -69,9 +67,5 @@ Following shows a typical sequence of steps for using zram.
69 resets the disksize to zero. You must set the disksize again 67 resets the disksize to zero. You must set the disksize again
70 before reusing the device. 68 before reusing the device.
71 69
72Please report any problems at:
73 - Mailing list: linux-mm-cc at laptop dot org
74 - Issue tracker: http://code.google.com/p/compcache/issues/list
75
76Nitin Gupta 70Nitin Gupta
77ngupta@vflare.org 71ngupta@vflare.org
diff --git a/drivers/block/zram/Kconfig b/drivers/block/zram/Kconfig
index 983314c41349..3450be850399 100644
--- a/drivers/block/zram/Kconfig
+++ b/drivers/block/zram/Kconfig
@@ -14,7 +14,6 @@ config ZRAM
14 disks and maybe many more. 14 disks and maybe many more.
15 15
16 See zram.txt for more information. 16 See zram.txt for more information.
17 Project home: <https://compcache.googlecode.com/>
18 17
19config ZRAM_DEBUG 18config ZRAM_DEBUG
20 bool "Compressed RAM block device debug support" 19 bool "Compressed RAM block device debug support"
diff --git a/drivers/block/zram/zram_drv.c b/drivers/block/zram/zram_drv.c
index 108f2733106d..134d605836ca 100644
--- a/drivers/block/zram/zram_drv.c
+++ b/drivers/block/zram/zram_drv.c
@@ -9,7 +9,6 @@
9 * Released under the terms of 3-clause BSD License 9 * Released under the terms of 3-clause BSD License
10 * Released under the terms of GNU General Public License Version 2.0 10 * Released under the terms of GNU General Public License Version 2.0
11 * 11 *
12 * Project home: http://compcache.googlecode.com
13 */ 12 */
14 13
15#define KMSG_COMPONENT "zram" 14#define KMSG_COMPONENT "zram"
diff --git a/drivers/block/zram/zram_drv.h b/drivers/block/zram/zram_drv.h
index d8f6596513c3..92f70e8f457c 100644
--- a/drivers/block/zram/zram_drv.h
+++ b/drivers/block/zram/zram_drv.h
@@ -9,7 +9,6 @@
9 * Released under the terms of 3-clause BSD License 9 * Released under the terms of 3-clause BSD License
10 * Released under the terms of GNU General Public License Version 2.0 10 * Released under the terms of GNU General Public License Version 2.0
11 * 11 *
12 * Project home: http://compcache.googlecode.com
13 */ 12 */
14 13
15#ifndef _ZRAM_DRV_H_ 14#ifndef _ZRAM_DRV_H_