zram: remove old private project comment
authorMinchan Kim <minchan@kernel.org>
Thu, 30 Jan 2014 23:45:54 +0000 (15:45 -0800)
committerAlex Shi <alex.shi@linaro.org>
Mon, 11 May 2015 11:30:43 +0000 (19:30 +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>
(cherry picked from commit 49061236a9c2e18b31617cef10d27ba136068bac)
Signed-off-by: Alex Shi <alex.shi@linaro.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 689ebf105acd6c98be136190b010f6782b7a2249..4c492eade671e07b19a7d95f4a28ba161d0038fb 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_