From: Minchan Kim Date: Thu, 3 May 2012 06:40:39 +0000 (+0900) Subject: staging: zsmalloc: rename zspage_order with zspage_pages X-Git-Tag: v3.5-rc1~145^2~215 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e3b61547191a5934ff6c789aaa4d7e9a9e52f5a;p=pandora-kernel.git staging: zsmalloc: rename zspage_order with zspage_pages zspage_order defines how many pages are needed to make a zspage. So _order_ is rather awkward naming. It already deceive Jonathan - http://lwn.net/Articles/477067/ " For each size, the code calculates an optimum number of pages (up to 16)" Let's change from _order_ to _pages_ and some function names. Signed-off-by: Minchan Kim Acked-by: Nitin Gupta Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed