commit | 6539a36c0cb9ec7f1c1633b535ac83b2bdf0ae6d | [log] [tgz] |
---|---|---|
author | Seth Jennings <sjenning@linux.vnet.ibm.com> | Wed Jul 18 11:55:54 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 13 19:28:08 2012 -0700 |
tree | 86a046ec1c71fc6b2893d7f3781bd870efac0f38 | |
parent | 6ebb56d974b2c0b31effd1bb2bde554582a9ebd8 [diff] |
staging: zsmalloc: s/firstpage/page in new copy map funcs firstpage already has precedent and meaning the first page of a zspage. In the case of the copy mapping functions, it is the first of a pair of pages needing to be mapped. This patch just renames the firstpage argument to "page" to avoid confusion. Signed-off-by: Seth Jennings <sjenning@linux.vnet.ibm.com> Acked-by: Minchan Kim <minchan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>