commit | f9f08103ebd634999abfccc8ff94985530f14d74 | [log] [tgz] |
---|---|---|
author | Sasha Levin <levinsasha928@gmail.com> | Sun Jun 10 12:51:05 2012 +0200 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Mon Jun 11 15:32:08 2012 -0400 |
tree | 864ea13a5e3bb8a89db38c20b3967b039c15ebf0 | |
parent | d9674dda1c7ed49d503d3d7308c90a9f965f0783 [diff] |
mm: frontswap: remove unnecessary check during initialization The check whether frontswap is enabled or not is done in the API functions in the frontswap header, before they are passed to the internal double-underscored frontswap functions. Remove the check from __frontswap_init for consistency. Reviewed-by: Minchan Kim <minchan@kernel.org> Signed-off-by: Sasha Levin <levinsasha928@gmail.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>