diff options
author | Minchan Kim <minchan@kernel.org> | 2014-01-30 15:45:54 -0800 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-03-20 17:44:33 +0900 |
commit | 0f9736d95a6c37bcf20de276d3cbd759913fc95a (patch) | |
tree | 0c8adfb9916e4371af8f13cbdb5a2ac0b92b4628 /Documentation | |
parent | 4316582b4f0c1285e7e8ae065149591e05f56c97 (diff) | |
download | linux-3.10-0f9736d95a6c37bcf20de276d3cbd759913fc95a.tar.gz linux-3.10-0f9736d95a6c37bcf20de276d3cbd759913fc95a.tar.bz2 linux-3.10-0f9736d95a6c37bcf20de276d3cbd759913fc95a.zip |
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.
Change-Id: Ia5bf208791c8fa6e96161fd9fb842d6829f14698
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/blockdev/zram.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/blockdev/zram.txt b/Documentation/blockdev/zram.txt index 765d790ae83..2eccddffa6c 100644 --- a/Documentation/blockdev/zram.txt +++ b/Documentation/blockdev/zram.txt @@ -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 |