]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
zram: remove old private project comment
authorMinchan Kim <minchan@kernel.org>
Thu, 30 Jan 2014 23:45:54 +0000 (15:45 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 31 Jan 2014 00:56:55 +0000 (16:56 -0800)
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>
Documentation/blockdev/zram.txt
drivers/block/zram/Kconfig
drivers/block/zram/zram_drv.c
drivers/block/zram/zram_drv.h

index 765d790ae83102bc11d2770cd01a1b6501c2fe8e..2eccddffa6c8fde5cdd4d5cc49cecab0b82b8206 100644 (file)
@@ -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>
@@ -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
index 983314c41349666c08213fe6f0dbd0e1509d4d9e..3450be85039943c649a3a96ff54376b39113f542 100644 (file)
@@ -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"
index 108f2733106d77c00b73003e106febe6aa8998cc..134d605836ca089a9190ed1f54bb41b50a1ee27e 100644 (file)
@@ -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"
index d8f6596513c3c7b8a853d66fc9746f3607fe0352..92f70e8f457cc0a5e37a618882bdc883261362f5 100644 (file)
@@ -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_