From ff8b335610cac5509156f28e03355c895bcc94f5 Mon Sep 17 00:00:00 2001 From: Eric Dumazet Date: Fri, 16 Jan 2015 05:39:30 -0800 Subject: [PATCH] niu: remove one compound_head() call After a "page = alloc_page(mask);", we do not need to use compound_head() : page already points to the right place. This would be true even if using alloc_pages(). Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-format-patch failed