From: David S. Miller Date: Fri, 4 Jan 2008 03:33:50 +0000 (-0800) Subject: [CASSINI]: Revert 'dont touch page_count'. X-Git-Tag: v2.6.24-rc7~6^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9de4dfb4c7176e5bb232a21cdd8df78da2b15cac;p=pandora-kernel.git [CASSINI]: Revert 'dont touch page_count'. This reverts changeset fa4f0774d7c6cccb4d1fda76b91dd8eddcb2dd6a ([CASSINI]: dont touch page_count) because it breaks the driver. The local page counting added by this changeset did not account for the asynchronous page count changes done by kfree_skb() and friends. The change adds extra atomics and on top of it all appears to be totally unnecessary as well. Signed-off-by: David S. Miller Acked-by: Nick Piggin --- Reading git-diff-tree failed