-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 289104 b: refs/heads/master c: 83bc7a7 h: refs/heads/master v: v3
- Loading branch information
Dan Magenheimer
authored and
Greg Kroah-Hartman
committed
Feb 15, 2012
1 parent
92433f6
commit ba743fd
Showing
5 changed files
with
555 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: c89126eabb1ec17ab3af43ec7975bc49fdc729aa | ||
refs/heads/master: 83bc7a7cd2d6b733290d257867500c5674fe69f5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
For this staging driver, RAMster duplicates code from drivers/staging/zcache | ||
then incorporates changes to the local copy of the code. For V5, it also | ||
directly incorporates the soon-to-be-removed drivers/staging/zram/xvmalloc.[ch] | ||
as all testing has been done with xvmalloc rather than the new zsmalloc. | ||
Before RAMster can be promoted from staging, the zcache and RAMster drivers | ||
should be either merged or reorganized to separate out common code. | ||
|
||
Until V4, RAMster duplicated code from fs/ocfs2/cluster, but this made | ||
RAMster incompatible with ocfs2 running in the same kernel and included | ||
lots of code that could be removed. As of V5, the ocfs2 code has been | ||
mined and made RAMster-specific, made to communicate with a userland | ||
ramster-tools package rather than ocfs2-tools, and can co-exist with ocfs2 | ||
both in the same kernel and in userland on the same machine. |
Oops, something went wrong.