Skip to content

Commit

Permalink
zram: remove old private project comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
minchank authored and torvalds committed Jan 31, 2014
1 parent cd67e10 commit 4906123
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions Documentation/blockdev/zram.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
zram: Compressed RAM based block devices
----------------------------------------

Project home: http://compcache.googlecode.com/

* Introduction

The zram module creates RAM based block devices named /dev/zram<id>
Expand Down Expand Up @@ -69,9 +67,5 @@ Following shows a typical sequence of steps for using zram.
resets the disksize to zero. You must set the disksize again
before reusing the device.

Please report any problems at:
- Mailing list: linux-mm-cc at laptop dot org
- Issue tracker: http://code.google.com/p/compcache/issues/list

Nitin Gupta
ngupta@vflare.org
1 change: 0 additions & 1 deletion drivers/block/zram/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ config ZRAM
disks and maybe many more.

See zram.txt for more information.
Project home: <https://compcache.googlecode.com/>

config ZRAM_DEBUG
bool "Compressed RAM block device debug support"
Expand Down
1 change: 0 additions & 1 deletion drivers/block/zram/zram_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Released under the terms of 3-clause BSD License
* Released under the terms of GNU General Public License Version 2.0
*
* Project home: http://compcache.googlecode.com
*/

#define KMSG_COMPONENT "zram"
Expand Down
1 change: 0 additions & 1 deletion drivers/block/zram/zram_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Released under the terms of 3-clause BSD License
* Released under the terms of GNU General Public License Version 2.0
*
* Project home: http://compcache.googlecode.com
*/

#ifndef _ZRAM_DRV_H_
Expand Down

0 comments on commit 4906123

Please sign in to comment.