On Friday, April 17, 2015 19:40:30 Sven Eckelmann wrote:
The kfree_rcu compat helper for old kernels require a special function that knows how to calculate the offsets to the actual data pointer to call kfree. These can either be manually provided or the GCC extension for nested functions can be used to automatically create a local function using a macro.
Signed-off-by: Sven Eckelmann sven@narfation.org
v4:
- rebased on top of master with merged patches from https://lists.open-mesh.org/pipermail/b.a.t.m.a.n/2015-April/012985.html
v3: no change v2: no change
Makefile | 1 - compat-include/linux/rcupdate.h | 15 +++++ compat.c | 120
compat.h | 20 ------- 4 files changed, 15 insertions(+), 141 deletions(-) delete mode 100644 compat.c
Applied in revision 082c888.
Thanks, Marek