From: Eric Dumazet Date: Fri, 16 Jan 2015 13:39:30 +0000 (-0800) Subject: niu: remove one compound_head() call X-Git-Tag: fixes-v4.0-rc1~150^2~187 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff8b335610cac5509156f28e03355c895bcc94f5;p=pandora-kernel.git 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-diff-tree failed