diff options
author | Michal Hocko <[email protected]> | 2011-02-01 15:52:30 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2011-02-02 16:03:18 -0800 |
commit | fceda1bf498677501befc7da72fd2e4de7f18466 (patch) | |
tree | c23057e5368fc00b0f1c662ea9bd4b3b123c370c /drivers/scsi/mpt2sas/mpi/mpi2_raid.h | |
parent | afe8a887550f7cc24eb16449670b93f6b43c32d8 (diff) |
memsw: handle swapaccount kernel parameter correctly
__setup based kernel command line parameters handlers which are handled in
obsolete_checksetup are provided with the parameter value including =
(more precisely everything right after the parameter name).
This means that the current implementation of swapaccount[=1|0] doesn't
work at all because if there is a value for the parameter then we are
testing for "0" resp. "1" but we are getting "=0" resp. "=1" and if
there is no parameter value we are getting an empty string rather than
NULL.
The original noswapccount parameter, which doesn't care about the value,
works correctly.
Signed-off-by: Michal Hocko <[email protected]>
Acked-by: KAMEZAWA Hiroyuki <[email protected]>
Cc: Daisuke Nishimura <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/scsi/mpt2sas/mpi/mpi2_raid.h')
0 files changed, 0 insertions, 0 deletions