mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
zram: remove old private project comment
(cherry pick from commit 49061236a9
)
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>
Bug: 24810447
Change-Id: I00c2876712ef4c65e8b0cd2f77774d617048268f
This commit is contained in:
parent
552d585c41
commit
8b7db68765
4 changed files with 0 additions and 9 deletions
|
@ -1,8 +1,6 @@
|
||||||
zram: Compressed RAM based block devices
|
zram: Compressed RAM based block devices
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|
||||||
Project home: http://compcache.googlecode.com/
|
|
||||||
|
|
||||||
* Introduction
|
* Introduction
|
||||||
|
|
||||||
The zram module creates RAM based block devices named /dev/zram<id>
|
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
|
resets the disksize to zero. You must set the disksize again
|
||||||
before reusing the device.
|
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
|
Nitin Gupta
|
||||||
ngupta@vflare.org
|
ngupta@vflare.org
|
||||||
|
|
|
@ -14,7 +14,6 @@ config ZRAM
|
||||||
disks and maybe many more.
|
disks and maybe many more.
|
||||||
|
|
||||||
See zram.txt for more information.
|
See zram.txt for more information.
|
||||||
Project home: <https://compcache.googlecode.com/>
|
|
||||||
|
|
||||||
config ZRAM_DEBUG
|
config ZRAM_DEBUG
|
||||||
bool "Compressed RAM block device debug support"
|
bool "Compressed RAM block device debug support"
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
* Released under the terms of 3-clause BSD License
|
* Released under the terms of 3-clause BSD License
|
||||||
* Released under the terms of GNU General Public License Version 2.0
|
* Released under the terms of GNU General Public License Version 2.0
|
||||||
*
|
*
|
||||||
* Project home: http://compcache.googlecode.com
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define KMSG_COMPONENT "zram"
|
#define KMSG_COMPONENT "zram"
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
* Released under the terms of 3-clause BSD License
|
* Released under the terms of 3-clause BSD License
|
||||||
* Released under the terms of GNU General Public License Version 2.0
|
* Released under the terms of GNU General Public License Version 2.0
|
||||||
*
|
*
|
||||||
* Project home: http://compcache.googlecode.com
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _ZRAM_DRV_H_
|
#ifndef _ZRAM_DRV_H_
|
||||||
|
|
Loading…
Reference in a new issue