Commit 49061236a9c2e18b31617cef10d27ba136068bac

Authored by Minchan Kim
Committed by Linus Torvalds
1 parent cd67e10ac6

zram: remove old private project comment

Remove the old private compcache project address so upcoming patches
should be sent to LKML because we Linux kernel community will take care.

Signed-off-by: Minchan Kim <minchan@kernel.org>
Cc: Nitin Gupta <ngupta@vflare.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 4 changed files with 0 additions and 9 deletions Side-by-side Diff

Documentation/blockdev/zram.txt
1 1 zram: Compressed RAM based block devices
2 2 ----------------------------------------
3 3  
4   -Project home: http://compcache.googlecode.com/
5   -
6 4 * Introduction
7 5  
8 6 The zram module creates RAM based block devices named /dev/zram<id>
... ... @@ -68,10 +66,6 @@
68 66 This frees all the memory allocated for the given device and
69 67 resets the disksize to zero. You must set the disksize again
70 68 before reusing the device.
71   -
72   -Please 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 69  
76 70 Nitin Gupta
77 71 ngupta@vflare.org
drivers/block/zram/Kconfig
... ... @@ -14,7 +14,6 @@
14 14 disks and maybe many more.
15 15  
16 16 See zram.txt for more information.
17   - Project home: <https://compcache.googlecode.com/>
18 17  
19 18 config ZRAM_DEBUG
20 19 bool "Compressed RAM block device debug support"
drivers/block/zram/zram_drv.c
... ... @@ -9,7 +9,6 @@
9 9 * Released under the terms of 3-clause BSD License
10 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 14 #define KMSG_COMPONENT "zram"
drivers/block/zram/zram_drv.h
... ... @@ -9,7 +9,6 @@
9 9 * Released under the terms of 3-clause BSD License
10 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 14 #ifndef _ZRAM_DRV_H_