From: Peter Zijlstra Date: Thu, 25 Jun 2009 09:58:55 +0000 (+0200) Subject: clarify get_user_pages() prototype X-Git-Tag: v2.6.31-rc2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d73777e500929b71dcfed16eec05f6760e345a6;p=pandora-kernel.git clarify get_user_pages() prototype Currently the 4th parameter of get_user_pages() is called len, but its in pages, not bytes. Rename the thing to nr_pages to avoid future confusion. Signed-off-by: Peter Zijlstra Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed