forked from torvalds/linux
-
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.
mm: remove the leftovers of noswapaccount
In commit a2c8990 ("memsw: remove noswapaccount kernel parameter"), Michal forgot to remove some left pieces of noswapaccount in the tree, this patch removes them all. Signed-off-by: WANG Cong <[email protected]> Acked-by: Michal Hocko <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
Showing
3 changed files
with
3 additions
and
19 deletions.
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 |
---|---|---|
|
@@ -518,22 +518,6 @@ Files: net/netfilter/xt_connlimit.c | |
|
||
---------------------------- | ||
|
||
What: noswapaccount kernel command line parameter | ||
When: 2.6.40 | ||
Why: The original implementation of memsw feature enabled by | ||
CONFIG_CGROUP_MEM_RES_CTLR_SWAP could be disabled by the noswapaccount | ||
kernel parameter (introduced in 2.6.29-rc1). Later on, this decision | ||
turned out to be not ideal because we cannot have the feature compiled | ||
in and disabled by default and let only interested to enable it | ||
(e.g. general distribution kernels might need it). Therefore we have | ||
added swapaccount[=0|1] parameter (introduced in 2.6.37) which provides | ||
the both possibilities. If we remove noswapaccount we will have | ||
less command line parameters with the same functionality and we | ||
can also cleanup the parameter handling a bit (). | ||
Who: Michal Hocko <[email protected]> | ||
|
||
---------------------------- | ||
|
||
What: ipt_addrtype match include file | ||
When: 2012 | ||
Why: superseded by xt_addrtype | ||
|
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
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