From dd411ec4a5743f9108a4bce1b9399a856c6d0378 Mon Sep 17 00:00:00 2001 From: Alexander Duyck Date: Fri, 6 Apr 2012 04:24:50 +0000 Subject: [PATCH] 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-format-patch failed