xt_ACCOUNT: call free_pages(x,2) (doc)

Below is the patch with the *rest* of the free_page(X) calls changed
to free_pages(X, 2). xt_ACCOUNT should always allocate memory in page
pairs. And always *free* memory in page pairs.

References: http://www.spinics.net/lists/netfilter-devel/msg39025.html
This commit is contained in:
Jan Engelhardt
2015-11-09 22:33:47 +01:00
parent f89f10bbe9
commit fcb19403bc

View File

@@ -1,6 +1,8 @@
HEAD
====
Fixes:
- xt_ACCOUNT: call free_page with the right amount of pages
v2.9 (2015-10-12)