]> Git Repo - linux.git/commit
memsw: remove noswapaccount kernel parameter
authorMichal Hocko <[email protected]>
Wed, 25 May 2011 00:12:50 +0000 (17:12 -0700)
committerLinus Torvalds <[email protected]>
Wed, 25 May 2011 15:39:36 +0000 (08:39 -0700)
commita2c8990aed5ab000491732b07c8c4465d1b389b8
tree1aaac1e831410ac3e59c969f05426315d2054c28
parent5b52fc890bece77bffb9fade69239f71384ef02b
memsw: remove noswapaccount kernel parameter

The noswapaccount parameter has been deprecated since 2.6.38 without any
complaints from users so we can remove it.  swapaccount=0|1 can be used
instead.

As we are removing the parameter we can also clean up swapaccount because
it doesn't have to accept an empty string anymore (to match noswapaccount)
and so we can push = into __setup macro rather than checking "=1" resp.
"=0" strings

Signed-off-by: Michal Hocko <[email protected]>
Cc: Hiroyuki Kamezawa <[email protected]>
Cc: Daisuke Nishimura <[email protected]>
Cc: Balbir Singh <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Documentation/kernel-parameters.txt
mm/memcontrol.c
This page took 0.061372 seconds and 4 git commands to generate.