From: Alexander Duyck Date: Fri, 6 Apr 2012 04:24:50 +0000 (+0000) Subject: ixgbe: Use __free_pages instead of put_page to release pages X-Git-Tag: v3.5-rc1~109^2~173 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd411ec4a5743f9108a4bce1b9399a856c6d0378;p=pandora-kernel.git ixgbe: Use __free_pages instead of put_page to release pages This change replaces the calls to put_page with calls to __free_page. Since the FCoE code is able to access order 1 pages I thought it would be a good idea to change things over to using __free_pages since that is the preferred approach for freeing pages. Signed-off-by: Alexander Duyck Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed